Subj : how to return from pthread To : comp.programming.threads From : Huub Date : Tue Jul 05 2005 10:01 pm Hi, I have a program, containing multiple sourcefiles. From 1 sourcefile, I call 4 others, of which only the 1st has a thread. Now it appears, that after successfully running the thread, program won't return to do the next. It just ends after the thread. The thread is started with 'rc = pthread_create(...)', next instruction is 'pthread_exit(NULL)'. I guess it's in this last one, but what should it be? The link I used to read about pthreads is down. (http://www.llnl.gov/computing/tutorials/workshops/workshop/pthreads/MAIN.html) Thanks, Huub .