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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dwait.h51 #define _WSTOPPED 0177 /* _WSTATUS if process is stopped */ macro
52 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED)
54 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0)
62 #define W_STOPCODE(sig) ((sig) << 8 | _WSTOPPED)
156 #define WSTOPPED _WSTOPPED

Completed in 43 milliseconds