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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c470 if ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 0)) {
471 p->p_sigwaitcnt++;
472 while ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 1))
474 p->p_sigwaitcnt--;
H A Dkern_sig.c3093 p->p_sigwaitcnt++;
3096 p->p_sigwaitcnt--;
3111 if (p->p_sigwaitcnt > 0)
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h353 int p_sigwaitcnt; member in struct:proc

Completed in 33 milliseconds