Searched refs:WIFSTOPPED (Results 1 – 4 of 4) sorted by relevance
72 T_EXPECT_TRUE(WIFSTOPPED(child_status),
66 T_ASSERT_EQ(WIFSTOPPED(status), 1, "before SIGCONT: must be stopped"); in spawn_and_signal()
82 } else if (WIFSTOPPED(ret)) { in work()
151 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED && WSTOPSIG(x) != 0x13) macro