Searched refs:__pthread_detach (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dthrd_detach.c6 switch (__pthread_detach(t)) {
/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_detach.c6 int __pthread_detach(pthread_t t) { function
21 weak_alias(__pthread_detach, pthread_detach);
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dthreads_impl.h146 int __pthread_detach(pthread_t t) ATTR_LIBC_VISIBILITY;

Completed in 28 milliseconds