Searched defs:pthread_exit (Results 1 – 13 of 13) sorted by relevance
7 fn pthread_exit(v: *mut core::ffi::c_void) -> !; in pthread_exit() function
55 #define pthread_exit __pthread_exit_discard macro
63 #define pthread_exit b_pthread_exit macro
65 void (*pthread_exit)(void *retVal); member
103 pthread_exit(void *retval) in pthread_exit() function
199 #define pthread_exit dng_pthread_exit macro
134 #define pthread_exit _pthread_exit macro
166 void pthread_exit(void *retVal) in pthread_exit() function
1062 pub fn pthread_exit(value: *mut ::c_void) -> !; in pthread_exit() function
1041 pub fn pthread_exit(value: *mut c_void) -> !; in pthread_exit() function
1240 pub fn pthread_exit(value: *mut ::c_void) -> !; in pthread_exit() function
3773 pub fn pthread_exit(value: *mut ::c_void) -> !; in pthread_exit() function