Home
last modified time | relevance | path

Searched refs:P_LSIGEXC (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/bsd/kern/
H A Dmach_process.c221 SET(p->p_lflag, P_LSIGEXC); in ptrace()
280 SET(t->p_lflag, P_LSIGEXC); in ptrace()
383 CLR(t->p_lflag, P_LSIGEXC); in ptrace()
470 if ((t->p_lflag & P_LSIGEXC) == 0) { in ptrace()
H A Dkern_sig.c2714 if (p->p_lflag & P_LSIGEXC) { in issignal_locked()
3431 if ((p->p_lflag & P_LSIGEXC) == 0) { // 5878479 in pt_setrunnable()
H A Dkern_exec.c5089 new_proc->p_lflag &= ~(P_LTRACED | P_LSIGEXC | P_LNOATTACH); in proc_exec_switch_task()
5090 new_proc->p_lflag |= (old_proc->p_lflag & (P_LTRACED | P_LSIGEXC | P_LNOATTACH)); in proc_exec_switch_task()
H A Dkern_proc.c2468 child->p_lflag |= (sibling->p_lflag & (P_LTRACED | P_LSIGEXC | P_LNOATTACH)); in pinsertchild()
/xnu-11215/bsd/sys/
H A Dproc_internal.h538 #define P_LSIGEXC 0x00000800 /* */ macro