Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_sig.c3524 while ((p->p_lflag & P_LINSIGNAL) == P_LINSIGNAL) { in proc_signalstart()
3529 p->p_lflag |= P_LINSIGNAL; in proc_signalstart()
3542 p->p_lflag &= ~P_LINSIGNAL; in proc_signalend()
H A Dkern_exit.c2177 if ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 0)) { in proc_exit()
2179 while ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 1)) { in proc_exit()
/xnu-11215/bsd/sys/
H A Dproc_internal.h547 #define P_LINSIGNAL 0x00100000 macro