Searched refs:_WSTOPPED (Results 1 – 2 of 2) sorted by relevance
33 #define WSTOPPED _WSTOPPED68 #define _WSTOPPED 0177 /* value of s.stopval if process is stopped */ macro82 #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 && \
265 stat |= _WSTOPPED; in wstat()277 case _WSTOPPED: in mapstatus()279 *new = (stat << 8) | _WSTOPPED; in mapstatus()