Searched refs:p_exitthreads (Results 1 – 2 of 2) sorted by relevance
619 atomic_subtract_rel_int(&td->td_proc->p_exitthreads, 1); in thread_stash()968 atomic_add_int(&td->td_proc->p_exitthreads, 1); in thread_exit()1046 KASSERT(p->p_exitthreads == 0, ("p_exitthreads leaking")); in thread_wait()1316 while (p->p_exitthreads != 0) { in thread_single()
698 volatile int p_exitthreads; /* (j) Number of threads exiting */ member