Searched refs:p_profthreads (Results 1 – 3 of 3) sorted by relevance
153 p->p_profthreads++; in addupc_task()176 if (--p->p_profthreads == 0) { in addupc_task()178 wakeup(&p->p_profthreads); in addupc_task()
661 if (p->p_profthreads != 0) { in stopprofclock()662 while (p->p_profthreads != 0) { in stopprofclock()664 msleep(&p->p_profthreads, &p->p_mtx, PPAUSE, in stopprofclock()
702 int p_profthreads; /* (c) Num threads in addupc_task. */ member