Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dmach_process.c222 SET(p->p_lflag, P_LSIGEXC); in ptrace()
282 SET(t->p_lflag, P_LSIGEXC); in ptrace()
385 CLR(t->p_lflag, P_LSIGEXC); in ptrace()
472 if ((t->p_lflag & P_LSIGEXC) == 0) { in ptrace()
H A Dkern_sig.c2723 if (p->p_lflag & P_LSIGEXC) { in issignal_locked()
3480 if ((p->p_lflag & P_LSIGEXC) == 0) { // 5878479 in pt_setrunnable()
H A Dkern_exec.c5687 new_proc->p_lflag &= ~(P_LTRACED | P_LSIGEXC | P_LNOATTACH); in proc_exec_switch_task()
5688 new_proc->p_lflag |= (old_proc->p_lflag & (P_LTRACED | P_LSIGEXC | P_LNOATTACH)); in proc_exec_switch_task()
H A Dkern_proc.c2750 child->p_lflag |= (sibling->p_lflag & (P_LTRACED | P_LSIGEXC | P_LNOATTACH)); in pinsertchild()
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h529 #define P_LSIGEXC 0x00000800 /* */ macro