Searched refs:WUNTRACED (Results 1 – 5 of 5) 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()
115 res = waitpid(pid, &status, WUNTRACED); in test_path()
122 #define WUNTRACED 0x00000002 /* [XSI] notify on stop, untraced child */ macro
3073 (p->p_lflag & P_LTRACED || uap->options & WUNTRACED)) { in wait4_nocancel()