Searched refs:P_LSIGEXC (Results 1 – 5 of 5) sorted by relevance
221 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()
2714 if (p->p_lflag & P_LSIGEXC) { in issignal_locked()3431 if ((p->p_lflag & P_LSIGEXC) == 0) { // 5878479 in pt_setrunnable()
5089 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()
2468 child->p_lflag |= (sibling->p_lflag & (P_LTRACED | P_LSIGEXC | P_LNOATTACH)); in pinsertchild()
538 #define P_LSIGEXC 0x00000800 /* */ macro