Subj : Re: Linux MultiTherad To : comp.programming.threads From : David Schwartz Date : Tue Aug 02 2005 05:25 am "Gio67" wrote in message news:dXEHe.36755$fm.2525773@news4.tin.it... > When I use a pthread_create() to create a thread I have the threadID, but > if > I look for in the directory //proc/processpid/task/ I found a new > directory > with a id that is different from the treadID returned by pthread_create(). > Why ? Because there is no reason in the world that these two things should be the same, so they aren't. DS .