Subj : Re: Linux MultiTherad To : comp.programming.threads From : AlterX Date : Tue Aug 02 2005 11:35 am Gio67 wrote: [cut] > 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 ? Linux implements a thread in other way... Particular, thread's implementation under linux is similar a process's creation, but not just same. This could be a ragion about that! Sorry for my english, but I'm italian :-) .