using SIGSTOP and SIGCONT
Hi everybody i'm new to this forum. I have a question regarding signal handling in C++/Linux. I am using posix threads.
I think i need to edit my post as i think ppl are not getting what i'm asking probably. i simplify things here.
How can i implement the behaviour that when sigstop is issued main thread keeps running but all other thread(s) stop. and resume when sigcont is sent??? Examples are appreciated.
Last edited by Wazzz; 12-12-2006 at 11:36 PM.
|