Home
last modified time | relevance | path

Searched refs:pthread_exit (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/
Dpthread.h141 void pthread_exit(void * retval);
/bionic/libc/bionic/
Dpthread.c207 pthread_exit( (void*)func(arg) ); in __thread_entry()
554 void pthread_exit(void * retval) in pthread_exit() function
/bionic/libc/docs/
DOVERVIEW.TXT175 a thread voluntarily exits through pthread_exit() or returning from its