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

/xnu-2782.1.97/tools/tests/execperf/
H A Drun.c78 } else if (WIFSTOPPED(ret)) {
/xnu-2782.1.97/bsd/sys/
H A Dwait.h151 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED && WSTOPSIG(x) != 0x13) macro

Completed in 8 milliseconds