Searched defs:_WSTOPPED (Results 1 - 1 of 1) 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 && \

Completed in 43 milliseconds