Home
last modified time | relevance | path

Searched defs:pthread_exit (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpthread.h55 #define pthread_exit __pthread_exit_discard macro
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h63 #define pthread_exit b_pthread_exit macro
Dusr_lib_ops.h65 void (*pthread_exit)(void *retVal); member
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h199 #define pthread_exit dng_pthread_exit macro
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h134 #define pthread_exit _pthread_exit macro
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c166 void pthread_exit(void *retVal) in pthread_exit() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs1074 pub fn pthread_exit(value: *mut ::c_void) -> !; in pthread_exit() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1223 pub fn pthread_exit(value: *mut ::c_void) -> !; in pthread_exit() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3686 pub fn pthread_exit(value: *mut ::c_void) -> !; in pthread_exit() function