Searched refs:WIFSIGNALED (Results 1 – 8 of 8) sorted by relevance
47 #if !defined(WIFSIGNALED) in sys_wait_h()48 #error WIFSIGNALED in sys_wait_h()
55 #if !defined(WIFSIGNALED) in stdlib_h()56 #error WIFSIGNALED in stdlib_h()
59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) macro
184 ASSERT_TRUE(WIFSIGNALED(status)) << *error_msg;
447 if (!WIFEXITED(result) && !WIFSIGNALED(result)) { in WaitForTracer()
422 return WIFSIGNALED(exit_status) && in operator ()()
1005 EXPECT_TRUE(WIFSIGNALED(status)); in TEST()
153 ASSERT_FALSE(WIFSIGNALED(status)) in Exec()