Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_join.c33 return __syscall(SYS_pthread_deatch, tid); in __pthread_timedjoin_np()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_join.c43 return __syscall(SYS_pthread_deatch, tid); in __pthread_timedjoin_np()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h798 #define SYS_pthread_deatch (__NR_OHOS_BEGIN + 2) macro