threads - Re: how to catch the SIG within detached threads

Posted on Thu Apr 5 17:33:02 2007 by jdhedden in response to 4770 (See the whole thread of 8)
Re: how to catch the SIG within detached threads
Then this is an issue with SuSE - the kill(USR2, ...) call is not knocking the threads off their sleep calls. You could try using INT instead of USR2. If that doesn't work, then you may not be able to do what you're hoping for. Good luck.
Write a response