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

/xnu-2782.1.97/bsd/kern/
H A Dmach_process.c177 SET(p->p_lflag, P_LSIGEXC);
215 SET(t->p_lflag, P_LSIGEXC);
311 CLR(t->p_lflag, P_LSIGEXC);
391 if ((t->p_lflag & P_LSIGEXC) == 0) {
H A Dkern_sig.c2268 if (p->p_lflag & P_LSIGEXC) {
2997 if ((p->p_lflag & P_LSIGEXC) == 0) { // 5878479
/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h453 #define P_LSIGEXC 0x00000800 /* */ macro

Completed in 28 milliseconds