Searched refs:P_LTRACE_WAIT (Results 1 – 3 of 3) sorted by relevance
247 if (t->p_lflag & P_LTRACE_WAIT) { in ptrace()
5693 new_proc->p_lflag |= P_LTRACE_WAIT; in proc_exec_switch_task()5755 new_proc->p_lflag &= ~P_LTRACE_WAIT; in proc_exec_switch_task()
534 #define P_LTRACE_WAIT 0x00010000 /* wait for flag to be cleared before starting ptrace */ macro