Searched refs:p_sigwaitcnt (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c513 if ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 0)) {
514 p->p_sigwaitcnt++;
515 while ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 1))
517 p->p_sigwaitcnt--;
H A Dkern_sig.c3095 p->p_sigwaitcnt++;
3098 p->p_sigwaitcnt--;
3113 if (p->p_sigwaitcnt > 0)
/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h357 int p_sigwaitcnt; member in struct:proc

Completed in 38 milliseconds