[fpc-devel]TThread hara-kiri

KJK::Hyperion noog at libero.it
Thu Nov 13 22:06:02 CET 2003


At 18.15 13/11/2003, you wrote:
>And another thing to discuss is Suspend()/Resume() which isn't really 
>possible on posix-compliant systems,

you can send a signal to the target thread (pthread_kill), handled by 
waiting indefinitely on a semaphore created by BeginThread and associated 
(pthread_setspecific) to the new thread 





More information about the fpc-devel mailing list