Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_thread.c620 atomic_subtract_rel_int(&td->td_proc->p_exitthreads, 1); in thread_stash()
966 atomic_add_int(&td->td_proc->p_exitthreads, 1); in thread_exit()
1046 KASSERT(p->p_exitthreads == 0, ("p_exitthreads leaking")); in thread_wait()
1324 while (p->p_exitthreads != 0) { in thread_single()
/freebsd-14.2/sys/sys/
H A Dproc.h701 volatile int p_exitthreads; /* (j) Number of threads exiting */ member