Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_exit.c2236 if ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 0)) { in proc_exit()
2237 p->p_sigwaitcnt++; in proc_exit()
2238 while ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 1)) { in proc_exit()
2241 p->p_sigwaitcnt--; in proc_exit()
H A Dkern_sig.c3572 p->p_sigwaitcnt++; in proc_signalstart()
3576 p->p_sigwaitcnt--; in proc_signalstart()
3593 if (p->p_sigwaitcnt > 0) { in proc_signalend()
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h420 int p_sigwaitcnt; member