Home
last modified time | relevance | path

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

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