Searched refs:pthread_exit (Results 1 – 3 of 3) sorted by relevance
141 void pthread_exit(void * retval);
207 pthread_exit( (void*)func(arg) ); in __thread_entry()554 void pthread_exit(void * retval) in pthread_exit() function
175 a thread voluntarily exits through pthread_exit() or returning from its