Searched defs:pthread_exit (Results 1 – 5 of 5) sorted by relevance
62 inline void pthread_exit(void *retval) { in pthread_exit() function
418 #define pthread_exit __libc_thr_exit macro
637 pthread_exit(void *retval) in pthread_exit() function
148 #define pthread_exit fake_pthread_exit macro201 pthread_exit(void *value) in pthread_exit() function
1081 TSAN_INTERCEPTOR(void, pthread_exit, void *retval) { in TSAN_INTERCEPTOR() argument1088 REAL(pthread_exit)(retval); in TSAN_INTERCEPTOR() local