Subj : thread suspend using pthreads? To : comp.programming.threads From : threadnewbie Date : Wed Aug 31 2005 04:27 am Is thread suspend supported by POSIX thread API? If not, what is the best way to implement this capability? One way seems to be sending SIGSTOP signal to the thread from another thread. .