HomeSort by relevance Sort by last modified time
    Searched defs:WNOHANG (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/lib/libast/common/include/
wait.h 49 #ifndef WNOHANG
50 #define WNOHANG 1
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
wait.h 58 #ifndef WNOHANG
59 #define WNOHANG 1
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
wait.h 58 #ifndef WNOHANG
59 #define WNOHANG 1
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
wait.h 58 #ifndef WNOHANG
59 #define WNOHANG 1
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
wait.h 58 #ifndef WNOHANG
59 #define WNOHANG 1
  /onnv/onnv-gate/usr/src/cmd/csh/
wait.h 85 * Option bits for the second argument of wait3. WNOHANG causes the
93 #define WNOHANG 1 /* dont hang in wait */
  /onnv/onnv-gate/usr/src/uts/common/sys/
wait.h 55 #define WNOHANG 0100 /* non blocking form of wait */
64 #define WOPTMASK (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
dosish.h 180 #undef WNOHANG
189 #define WNOHANG 0
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
wait.h 71 * Option bits for the second argument of wait3. WNOHANG causes the
79 #define WNOHANG 1 /* dont hang in wait */
  /onnv/onnv-gate/usr/src/ucbhead/sys/
wait.h 117 #define WNOHANG 0100 /* non blocking form of wait */
120 #define WOPTMASK (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)

Completed in 300 milliseconds