Subj : Re: sigwait() is not catching SIGUSR1 signal To : comp.programming.threads,comp.unix.programmer From : Joe Seigh Date : Sat Mar 12 2005 10:37 am On 12 Mar 2005 07:24:08 -0800, Neelakantan wrote: > Hi, > If linuxThreads behaves so, Is it not violating the semantics that > is mentioned in the man page of sigwait()?. I despiratly need a way > out from this problem? > Any suggestions will be highly appreciated. > Try learning how to use pthread_cond_(signal|broadcast|wait|timedwait). You shouldn't use unix signals unless you literally want to do something in the worst way. And if you want to do something in the worst way possible, don't expect anyone else to waste time trying to help you. -- Joe Seigh .