Home
last modified time | relevance | path

Searched refs:OSThreadWait (Results 1 – 4 of 4) sorted by relevance

/tests/
Dthreadtest.c25 int result = OSThreadWait(0); in main()
27 result = OSThreadWait(0); in main()
29 result = OSThreadWait(0); in main()
/include/
Dsyscall.h37 int OSThreadWait(uint64_t tid);
/lib/libc/
Dsyscall.c131 OSThreadWait(uint64_t tid) in OSThreadWait() function
/lib/libc/posix/
Dpthread.c155 uint64_t status = OSThreadWait(0);//thr->tid); in pthread_join()