Home
last modified time | relevance | path

Searched defs:pthread_detach (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_define.h62 #define pthread_detach b_pthread_detach macro
H A Dusr_lib_ops.h64 int (*pthread_detach)(pthread_t thread); member
/third_party/python/Python/
H A Dthread_pthread_stubs.h92 pthread_detach(pthread_t thread) in pthread_detach() function
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pthread.h196 #define pthread_detach dng_pthread_detach macro
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c161 int pthread_detach(pthread_t thread) in pthread_detach() function
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h132 #define pthread_detach _pthread_detach macro
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1079 pub fn pthread_detach(thread: ::pthread_t) -> ::c_int; in pthread_detach() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1347 pub fn pthread_detach(thread: ::pthread_t) -> ::c_int; in pthread_detach() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3691 pub fn pthread_detach(thread: ::pthread_t) -> ::c_int; in pthread_detach() functions

Completed in 27 milliseconds