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

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

Completed in 22 milliseconds