Searched refs:WUNTRACED (Results 1 – 4 of 4) sorted by relevance
69 ret = waitpid(child_pid, &child_status, WUNTRACED);
60 int waitpid_result = waitpid(child_pid, &status, WUNTRACED | WNOHANG); in spawn_and_signal()
122 #define WUNTRACED 0x00000002 /* [XSI] notify on stop, untraced child */ macro
2928 (p->p_lflag & P_LTRACED || uap->options & WUNTRACED)) { in wait4_nocancel()