Subj : Re: pthread_create and memory To : comp.programming.threads From : Bluejack Date : Fri Mar 11 2005 10:45 am On Fri, 11 Mar 2005 12:55:31 GMT, Gio67 wrote: > I have an other request: do you know any api of kernel to know the > status of > the threads ?? Depending on what you mean by "status" the api you are probably looking for is pthread_join(): http://www.opengroup.org/onlinepubs/007908799/xsh/pthread_join.html It sounds like you could use a decent reference manual. Although it's not comprehensive, this is a good place to start: http://www.llnl.gov/computing/tutorials/workshops/workshop/pthreads/MAIN.html -bluejack .