Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thread.c573 atomic_subtract_rel_int(&td->td_proc->p_exitthreads, 1); in thread_stash()
888 atomic_add_int(&td->td_proc->p_exitthreads, 1); in thread_exit()
968 KASSERT(p->p_exitthreads == 0, ("p_exitthreads leaking")); in thread_wait()
1239 while (p->p_exitthreads != 0) { in thread_single()
/f-stack/freebsd/sys/
H A Dproc.h646 volatile int p_exitthreads; /* (j) Number of threads exiting */ member