Home
last modified time | relevance | path

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

/haiku/headers/posix/sys/
H A Dwait.h17 #define WEXITED 0x08 macro
/haiku/src/system/libroot/posix/sys/
H A Dwait.cpp31 pid_t child = _kern_wait_for_child(pid, options | WEXITED, &info, in _waitpid()
/haiku/src/system/kernel/
H A Dteam.cpp2406 if ((flags & WEXITED) != 0) in get_job_control_entry()
2511 if ((flags & (WEXITED | WUNTRACED | WSTOPPED | WCONTINUED)) == 0) { in wait_for_child()