Home
last modified time | relevance | path

Searched defs:pthread_detach (Results 1 – 8 of 8) 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/FreeBSD/lib/libc/include/
Dnamespace.h132 #define pthread_detach _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
/third_party/rust/crates/libc/src/unix/
Dmod.rs1079 pub fn pthread_detach(thread: ::pthread_t) -> ::c_int; in pthread_detach() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1347 pub fn pthread_detach(thread: ::pthread_t) -> ::c_int; in pthread_detach() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3691 pub fn pthread_detach(thread: ::pthread_t) -> ::c_int; in pthread_detach() function