Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The pthread_join() function waits for the thread identified by thread to terminate. (If that thread has already terminated, pthread_join() returns immediately.) This operation is termed joining.
include <pthread.h> int pthread_join(pthread_t thread, void **retval);