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
176 ASSERT_EQ(SIGSTOP, WSTOPSIG(status)) << "Status was: " << status; in run_watchpoint_test()185 ASSERT_EQ(SIGTRAP, WSTOPSIG(status)) << "Status was: " << status; in run_watchpoint_test()343 ASSERT_EQ(SIGSTOP, WSTOPSIG(status)) << "Status was: " << status; in TEST()352 ASSERT_EQ(SIGTRAP, WSTOPSIG(status)) << "Status was: " << status; in TEST()