Searched defs:WSTOPPED (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dwait.h34 * wait and wait3. If w_stopval==WSTOPPED, then the second structure
81 #define WSTOPPED 0177 /* value of s.stopval if process is stopped */ macro
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)
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h60 #define WSTOPPED WUNTRACED /* backwards compatibility */ macro
63 #define WOPTMASK (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h33 #define WSTOPPED _WSTOPPED macro
38 * wait and wait3. If w_stopval==WSTOPPED, then the second structure
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h55 * wait and wait3. If w_stopval==WSTOPPED, then the second structure
120 #define WOPTMASK (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
127 #define WSTOPPED WSTOPFLG macro

Completed in 60 milliseconds