Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/tests/execperf/
H A Drun.c82 } else if (WIFSTOPPED(ret)) { in work()
/xnu-8019.80.24/tests/
H A Dsuspended_spawn_26184412.c66 T_ASSERT_EQ(WIFSTOPPED(status), 1, "before SIGCONT: must be stopped"); in spawn_and_signal()
/xnu-8019.80.24/bsd/sys/
H A Dwait.h151 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED && WSTOPSIG(x) != 0x13) macro