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.cpp2391 children are considered when \a flags is ORed bitwise with \c WUNTRACED
2407 if (entry == NULL && (flags & (WUNTRACED | WSTOPPED)) != 0)
2506 if ((flags & (WEXITED | WUNTRACED | WSTOPPED | WCONTINUED)) == 0) {

Completed in 39 milliseconds