Home
last modified time | relevance | path

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

/sys/include/
Dthread.h115 uint64_t Thread_Wait(Thread *thr, uint64_t tid);
/sys/kern/
Dthread.c279 Thread_Wait(Thread *thr, uint64_t tid) in Thread_Wait() function
Dsyscall.c496 status = Thread_Wait(cur, tid); in Syscall_ThreadWait()