Searched refs:WEXITED (Results 1 – 3 of 3) sorted by relevance
17 #define WEXITED 0x08 macro
31 pid_t child = _kern_wait_for_child(pid, options | WEXITED, &info, in _waitpid()
2406 if ((flags & WEXITED) != 0) in get_job_control_entry()2511 if ((flags & (WEXITED | WUNTRACED | WSTOPPED | WCONTINUED)) == 0) { in wait_for_child()