Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds