Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dproc.h1288 void thread_wait(struct proc *p);
/freebsd-14.2/sys/kern/
H A Dkern_exit.c1033 thread_wait(p); in proc_reap()
H A Dkern_thread.c1040 thread_wait(struct proc *p) in thread_wait() function