Home
last modified time | relevance | path

Searched refs:p_profthreads (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_prof.c505 p->p_profthreads++; in addupc_task()
528 if (--p->p_profthreads == 0) { in addupc_task()
530 wakeup(&p->p_profthreads); in addupc_task()
H A Dkern_clock.c616 if (p->p_profthreads != 0) { in stopprofclock()
617 while (p->p_profthreads != 0) { in stopprofclock()
619 msleep(&p->p_profthreads, &p->p_mtx, PPAUSE, in stopprofclock()
/f-stack/freebsd/sys/
H A Dproc.h645 int p_profthreads; /* (c) Num threads in addupc_task. */ member