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

/freebsd-12-stable/sys/kern/
H A Dkern_exit.c953 thread_wait(p);
H A Dkern_thread.c627 thread_wait(struct proc *p) function
632 KASSERT(p->p_numthreads == 1, ("multiple threads in thread_wait()"));
/freebsd-12-stable/sys/sys/
H A Dproc.h1168 void thread_wait(struct proc *p);

Completed in 114 milliseconds