Searched refs:WSTOPSIG (Results 1 – 4 of 4) sorted by relevance
53 #if !defined(WSTOPSIG) in sys_wait_h()54 #error WSTOPSIG in sys_wait_h()
62 #if !defined(WSTOPSIG) in stdlib_h()63 #error WSTOPSIG in stdlib_h()
50 #define WSTOPSIG(__status) WEXITSTATUS(__status) macro
182 ASSERT_EQ(SIGSTOP, WSTOPSIG(status)) << "Status was: " << status; in run_watchpoint_test()194 ASSERT_EQ(SIGTRAP, WSTOPSIG(status)) << "Status was: " << status; in run_watchpoint_test()356 ASSERT_EQ(SIGSTOP, WSTOPSIG(status)) << "Status was: " << status; in TEST()368 ASSERT_EQ(SIGTRAP, WSTOPSIG(status)) << "Status was: " << status; in TEST()