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

/freebsd-10.2-release/sys/kern/
H A Dkern_exit.c945 thread_wait(p);
H A Dkern_thread.c507 thread_wait(struct proc *p) function
512 KASSERT(p->p_numthreads == 1, ("multiple threads in thread_wait()"));
/freebsd-10.2-release/sys/sys/
H A Dproc.h971 void thread_wait(struct proc *p);

Completed in 76 milliseconds