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

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

Completed in 22 milliseconds