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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c3094 while ((p->p_lflag & P_LINSIGNAL) == P_LINSIGNAL)
3098 p->p_lflag |= P_LINSIGNAL;
3109 p->p_lflag &= ~P_LINSIGNAL;
H A Dkern_exit.c470 if ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 0)) {
472 while ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 1))
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h435 #define P_LINSIGNAL 0x00100000 macro

Completed in 67 milliseconds