Home
last modified time | relevance | path

Searched defs:pthread_detach (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h62 #define pthread_detach b_pthread_detach macro
Dusr_lib_ops.h64 int (*pthread_detach)(pthread_t thread); member
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h196 #define pthread_detach dng_pthread_detach macro
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c161 int pthread_detach(pthread_t thread) in pthread_detach() function