Home
last modified time | relevance | path

Searched defs:pthread_exit (Results 1 – 5 of 5) 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/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c166 void pthread_exit(void *retVal) in pthread_exit() function