Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_join.c17 r = __syscall(SYS_pthread_join, t->tid); in __pthread_timedjoin_np()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_join.c25 r = __syscall(SYS_pthread_join, t->tid); in __pthread_timedjoin_np()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h797 #define SYS_pthread_join (__NR_OHOS_BEGIN + 1) macro