Searched defs:WNOHANG (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/include/
H A Dwait.h49 #ifndef WNOHANG
50 #define WNOHANG 1 macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h58 #ifndef WNOHANG
59 #define WNOHANG 1 macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dwait.h58 #ifndef WNOHANG
59 #define WNOHANG 1 macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h58 #ifndef WNOHANG
59 #define WNOHANG 1 macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h58 #ifndef WNOHANG
59 #define WNOHANG 1 macro
/illumos-gate/usr/src/cmd/csh/
H A Dwait.h85 * Option bits for the second argument of wait3. WNOHANG causes the
93 #define WNOHANG 1 /* dont hang in wait */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h54 #define WNOHANG 0100 /* non blocking form of wait */ macro
63 #define WOPTMASK (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h71 * Option bits for the second argument of wait3. WNOHANG causes the
79 #define WNOHANG 1 /* dont hang in wait */ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h117 #define WNOHANG 0100 /* non blocking form of wait */ macro
120 #define WOPTMASK (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)

Completed in 91 milliseconds