Home
last modified time | relevance | path

Searched refs:P_LTRACE_WAIT (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dmach_process.c247 if (t->p_lflag & P_LTRACE_WAIT) { in ptrace()
H A Dkern_exec.c5693 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()
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h534 #define P_LTRACE_WAIT 0x00010000 /* wait for flag to be cleared before starting ptrace */ macro