PreviousNext

Starting a Thread

To start a thread, create it using the pthread_create( ) routine. This routine creates the thread, assigns specified or default attributes, and starts execution of the function you specified as the thread's start routine. A unique identifier (handle) for that thread is returned from the pthread_create( ) routine.