Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_sig.c3573 while ((p->p_lflag & P_LINSIGNAL) == P_LINSIGNAL) { in proc_signalstart()
3578 p->p_lflag |= P_LINSIGNAL; in proc_signalstart()
3591 p->p_lflag &= ~P_LINSIGNAL; in proc_signalend()
H A Dkern_exit.c2203 if ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 0)) { in proc_exit()
2205 while ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 1)) { in proc_exit()
/xnu-12377.1.9/bsd/sys/
H A Dproc_internal.h538 #define P_LINSIGNAL 0x00100000 macro