Searched refs:P_LSIGEXC (Results 1 – 5 of 5) sorted by relevance
222 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()
2723 if (p->p_lflag & P_LSIGEXC) { in issignal_locked()3480 if ((p->p_lflag & P_LSIGEXC) == 0) { // 5878479 in pt_setrunnable()
5687 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()
2750 child->p_lflag |= (sibling->p_lflag & (P_LTRACED | P_LSIGEXC | P_LNOATTACH)); in pinsertchild()
529 #define P_LSIGEXC 0x00000800 /* */ macro