Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dwaitflags.h27 #define WUNTRACED 2 /* Report status of stopped children. */ macro
/haiku/headers/posix/sys/
H A Dwait.h15 #define WUNTRACED 0x02 macro
/haiku/src/system/kernel/
H A Dteam.cpp2412 if (entry == NULL && (flags & (WUNTRACED | WSTOPPED)) != 0) in get_job_control_entry()
2511 if ((flags & (WEXITED | WUNTRACED | WSTOPPED | WCONTINUED)) == 0) { in wait_for_child()