Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d330 enum WNOWAIT = 0x01000000; in version() local
/netbsd-src/sys/sys/
H A Dwait.h108 #define WNOWAIT 0x00010000 /* Don't mark child 'P_WAITED' */ macro