Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/
H A Darm_mte_soft_mode_traced.c85 T_ASSERT_TRUE(WIFSTOPPED(status), "WIFSTOPPED(status)");
140 T_ASSERT_TRUE(WIFSTOPPED(status), "Child stopped after attach");
150 T_ASSERT_TRUE(WIFSTOPPED(status), "WIFSTOPPED(status)");
H A Dtest_ptraceme.c72 T_EXPECT_TRUE(WIFSTOPPED(child_status),
H A Dsuspended_spawn_26184412.c66 T_ASSERT_EQ(WIFSTOPPED(status), 1, "before SIGCONT: must be stopped"); in spawn_and_signal()
/xnu-12377.81.4/tools/tests/execperf/
H A Drun.c82 } else if (WIFSTOPPED(ret)) { in work()
/xnu-12377.81.4/bsd/sys/
H A Dwait.h151 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED && WSTOPSIG(x) != 0x13) macro
/xnu-12377.81.4/tests/vm/
H A Dmemorystatus_jetsam_zprint_snapshot.c218 } else if (WIFSTOPPED(status)) { in run_jzs_test()