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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c3096 while ((p->p_lflag & P_LINSIGNAL) == P_LINSIGNAL)
3100 p->p_lflag |= P_LINSIGNAL;
3111 p->p_lflag &= ~P_LINSIGNAL;
H A Dkern_exit.c513 if ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 0)) {
515 while ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 1))
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h462 #define P_LINSIGNAL 0x00100000 macro

Completed in 141 milliseconds