Home
last modified time | relevance | path

Searched refs:SYS_pthread_set_detach (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_detach.c12 ret = __syscall(SYS_pthread_set_detach, t->tid); in __pthread_detach()
/third_party/musl/src/thread/
H A Dpthread_detach.c15 int ret = __syscall(SYS_pthread_set_detach, t->tid); in __pthread_detach()
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_detach.c13 ret = __syscall(SYS_pthread_set_detach, t->tid); in __pthread_detach()
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h796 #define SYS_pthread_set_detach (__NR_OHOS_BEGIN + 0) macro

Completed in 3 milliseconds