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

  /onnv/onnv-gate/usr/src/cmd/csh/
wait.h 34 * wait and wait3. If w_stopval==WSTOPPED, then the second structure
81 #define WSTOPPED 0177 /* value of s.stopval if process is stopped */
96 #define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED)
97 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0)
98 #define WIFEXITED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig == 0)
  /onnv/onnv-gate/usr/src/uts/common/sys/
wait.h 61 #define WSTOPPED WUNTRACED /* backwards compatibility */
64 #define WOPTMASK (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
wait.h 33 #define WSTOPPED _WSTOPPED
38 * wait and wait3. If w_stopval==WSTOPPED, then the second structure
  /onnv/onnv-gate/usr/src/ucbhead/sys/
wait.h 55 * wait and wait3. If w_stopval==WSTOPPED, then the second structure
120 #define WOPTMASK (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
127 #define WSTOPPED WSTOPFLG

Completed in 3239 milliseconds