Searched refs:_WSTOPPED (Results 1 – 1 of 1) sorted by relevance
55 #define _WSTOPPED 0177 /* _WSTATUS if process is stopped */ macro56 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED)58 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0 && (x) != 0x13)67 #define W_STOPCODE(sig) ((sig) << 8 | _WSTOPPED)