OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_WSTOPPED
(Results
1 - 3
of
3
) sorted by null
/external/python/cpython2/Lib/plat-irix5/
WAIT.py
6
_WSTOPPED
= 0177
/device/linaro/bootloader/edk2/StdLib/Include/sys/
wait.h
51
#define
_WSTOPPED
0177 /* _WSTATUS if process is stopped */
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
/external/python/cpython2/Lib/plat-irix6/
WAIT.py
11
_WSTOPPED
= 0177
Completed in 292 milliseconds