Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDsubr_prof.c510 p->p_profthreads++; in addupc_task()
533 if (--p->p_profthreads == 0) { in addupc_task()
535 wakeup(&p->p_profthreads); in addupc_task()
HDkern_clock.c675 if (p->p_profthreads != 0) {
676 while (p->p_profthreads != 0) {
678 msleep(&p->p_profthreads, &p->p_mtx, PPAUSE,
/NextBSD/sys/sys/
HDproc.h566 int p_profthreads; /* (c) Num threads in addupc_task. */ member