Subj : Re: list of all threads( pthread_t's ) in process To : comp.programming.threads From : shex Date : Wed Sep 28 2005 02:40 am > Is this in an error condition only? Or is the supposed to be part of > normal operation? You can't signal them because they could cease to exist > in-between when you decide to signal them and when you signal them. You > cannot interact safely with another pthread directly unless you control (or > at least have knowledge of) its lifetime. > > DS I know they are alive, i just don't know how many are there and what are theirs pthread_id. is there another way to communicate with my siblings without changing their code, and make them print their stack trace(except from the pstack that was mention above)? .