Home
last modified time | relevance | path

Searched refs:p_exitthreads (Results 1 – 2 of 2) sorted by relevance

/src/sys/kern/
H A Dkern_thread.c623 atomic_subtract_rel_int(&td->td_proc->p_exitthreads, 1); in thread_stash()
972 atomic_add_int(&td->td_proc->p_exitthreads, 1); in thread_exit()
1055 KASSERT(p->p_exitthreads == 0, ("p_exitthreads leaking")); in thread_wait()
1325 while (p->p_exitthreads != 0) { in thread_single()
/src/sys/sys/
H A Dproc.h703 volatile int p_exitthreads; /* (j) Number of threads exiting */ member