Subj : Linux MultiTherad To : comp.programming.threads From : Gio67 Date : Mon Aug 01 2005 02:20 pm 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, 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 ? Thank you .