Thread Routines
Creating a thread: int pthread_create( pthread_t *thread, const pthread_attr_t *attr, void * ( * start )( void *arg ), void *arg );
Exiting a thread: int pthread_exit( void *value );
Previous slide
Next slide
Back to first slide
View graphic version