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

/darwin-on-arm/xnu/bsd/kern/
H A Dmach_process.c178 SET(p->p_lflag, P_LSIGEXC);
216 SET(t->p_lflag, P_LSIGEXC);
306 CLR(t->p_lflag, P_LSIGEXC);
386 if ((t->p_lflag & P_LSIGEXC) == 0) {
H A Dkern_sig.c2267 if (p->p_lflag & P_LSIGEXC) {
2999 if ((p->p_lflag & P_LSIGEXC) == 0) { // 5878479
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h426 #define P_LSIGEXC 0x00000800 /* */ macro

Completed in 30 milliseconds