Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
Dpthread_detach.c4 static int __pthread_detach(pthread_t t) in __pthread_detach() function
13 weak_alias(__pthread_detach, pthread_detach);
14 weak_alias(__pthread_detach, thrd_detach);
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_detach.c4 static int __pthread_detach(pthread_t t) in __pthread_detach() function
18 weak_alias(__pthread_detach, pthread_detach);
19 weak_alias(__pthread_detach, thrd_detach);
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_detach.c5 _LIBC_TEXT_SECTION static int __pthread_detach(pthread_t t) in __pthread_detach() function
19 weak_alias(__pthread_detach, pthread_detach);