Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/sys/
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