Searched defs:pthread_exit (Results 1 – 9 of 9) sorted by relevance
61 inline void pthread_exit(void *retval) { in pthread_exit() function
62 inline void pthread_exit(void *retval) { in pthread_exit() function
199 #define pthread_exit dng_pthread_exit macro
133 #define pthread_exit fake_pthread_exit macro185 pthread_exit(void *value) in pthread_exit() function
1048 TSAN_INTERCEPTOR(void, pthread_exit, void *retval) { in TSAN_INTERCEPTOR() argument1055 REAL(pthread_exit)(retval); in TSAN_INTERCEPTOR() local
808 #define pthread_exit PTHREAD_EXIT macro
1026 pub fn pthread_exit(value: *mut ::c_void) -> !; in pthread_exit() function
1210 pub fn pthread_exit(value: *mut ::c_void) -> !; in pthread_exit() function
3666 pub fn pthread_exit(value: *mut ::c_void) -> !; in pthread_exit() function