When programming with pthreads, you pass the thread a function to run when you create it. When this function is done, is the thread cleaned up automatically? Is it necessary to put pthread_join() in the calling function somewhere? Is pthread_join only useful when you want to wait for a thread to finish?
Reputation Points: 36
Solved Threads: 2
Junior Poster in Training
Offline 78 posts
since Feb 2005