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

/darwin-on-arm/xnu/bsd/sys/
H A Dwait.h156 #define WSTOPSIG(x) (_W_INT(x) >> 8) macro
157 #define WIFCONTINUED(x) (_WSTATUS(x) == _WSTOPPED && WSTOPSIG(x) == 0x13)
158 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED && WSTOPSIG(x) != 0x13)
/darwin-on-arm/xnu/tools/tests/execperf/
H A Drun.c79 errx(1, "process stopped with signal %d", WSTOPSIG(ret));

Completed in 49 milliseconds