Home
last modified time | relevance | path

Searched refs:WSTOPSIG (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/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-11417.121.6/tools/tests/execperf/
H A Drun.c83 errx(1, "process stopped with signal %d", WSTOPSIG(ret)); in work()
/xnu-11417.121.6/tests/vm/
H A Dmemorystatus_jetsam_zprint_snapshot.c219 T_LOG("child %d stopped, status %d", child_pid, WSTOPSIG(status)); in run_jzs_test()