Searched refs:_WSTOPPED (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h33 #define WSTOPPED _WSTOPPED
68 #define _WSTOPPED 0177 /* value of s.stopval if process is stopped */ macro
82 #define WIFSTOPPED(x) (((union __wait*)&(x))->__w_stopval == _WSTOPPED)
83 #define WIFSIGNALED(x) (((union __wait*)&(x))->__w_stopval != _WSTOPPED && \
85 #define WIFEXITED(x) (((union __wait*)&(x))->__w_stopval != _WSTOPPED && \
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dwait.c265 stat |= _WSTOPPED;
277 case _WSTOPPED:
279 *new = (stat << 8) | _WSTOPPED;

Completed in 46 milliseconds