Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/
H A Dtest_ptraceme.c69 ret = waitpid(child_pid, &child_status, WUNTRACED);
H A Dsuspended_spawn_26184412.c60 int waitpid_result = waitpid(child_pid, &status, WUNTRACED | WNOHANG); in spawn_and_signal()
/xnu-12377.81.4/tests/vfs/
H A Dsandbox_type_error.c115 res = waitpid(pid, &status, WUNTRACED); in test_path()
/xnu-12377.81.4/bsd/sys/
H A Dwait.h122 #define WUNTRACED 0x00000002 /* [XSI] notify on stop, untraced child */ macro
/xnu-12377.81.4/bsd/kern/
H A Dkern_exit.c3073 (p->p_lflag & P_LTRACED || uap->options & WUNTRACED)) { in wait4_nocancel()