Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/
H A Dsuspended_spawn_26184412.c60 int waitpid_result = waitpid(child_pid, &status, WUNTRACED | WNOHANG); in spawn_and_signal()
/xnu-8019.80.24/bsd/sys/
H A Dwait.h122 #define WUNTRACED 0x00000002 /* [XSI] notify on stop, untraced child */ macro
/xnu-8019.80.24/bsd/kern/
H A Dkern_exit.c2299 (p->p_lflag & P_LTRACED || uap->options & WUNTRACED)) { in wait4_nocancel()