Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_thr.c370 if (p->p_numthreads == p->p_pendingexits + 1) { in kern_thr_exit()
380 p->p_pendingexits++; in kern_thr_exit()
387 p->p_pendingexits--; in kern_thr_exit()
/NextBSD/sys/sys/
HDproc.h591 int p_pendingexits; /* (c) Count of pending thread exits. */ member