Subj : Re: Linux MultiTherad To : comp.programming.threads From : AlterX Date : Mon Aug 01 2005 06:37 pm Gio67 wrote: > HI, I'm developing a multithreading apllication in C using the pthread > library. > When a new thread i started , the Linux OS creates a new process, No... crate a new thread! and I > need to know wich is the pid of the new thread. > How can I do to know the pid ? There is an API ? How you create a thread without use pthread_create that return a thread id!??! you are mistake!!! .