Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dwait.h52 #define _WSTOPPED 0177 /* _WSTATUS if process is stopped */ macro
53 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED)
55 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0 && (x) != 0x13)
64 #define W_STOPCODE(sig) ((sig) << 8 | _WSTOPPED)