Searched refs:pthread_exit (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A Dpthread.h145 void pthread_exit(void * retval);
/bionic/libc/bionic/
H A Dpthread.c201 pthread_exit(NULL);
205 pthread_exit((void*) result);
560 /* used by pthread_exit() to clean all TLS keys of the current thread */
563 void pthread_exit(void * retval) function
2023 /* this function is called from pthread_exit() to remove all TLS key data

Completed in 7 milliseconds