Subj : signaling threads from a forked child? To : comp.programming.threads From : markh@compro.net Date : Thu Aug 04 2005 02:46 pm Linux kernel 2.6.12 + NTPL. Could someone clarify if it the following is possible: Can a forked child, signal a thread created by it's parent before the fork? If so, how is it done? I don't seem to be able to. Thanks .