Home
last modified time | relevance | path

Searched defs:WSTOPPED (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d328 enum WSTOPPED = 2; in version() local
/netbsd-src/sys/sys/
H A Dwait.h104 #define WSTOPPED 0x00000002 /* include stopped/untraced children */ macro