Searched refs:SIGSTOP (Results 1 – 7 of 7) sorted by relevance
182 ASSERT_EQ(SIGSTOP, WSTOPSIG(status)) << "Status was: " << status; in run_watchpoint_test()214 raise(SIGSTOP); // Synchronize with the tracer, let it set the watchpoint. in watchpoint_stress_child()252 raise(SIGSTOP); // Synchronize with the tracer, let it set the watchpoint. in watchpoint_imprecise_child()288 raise(SIGSTOP); // Synchronize with the tracer, let it set the breakpoint. in breakpoint_fork_child()353 ASSERT_EQ(SIGSTOP, WSTOPSIG(status)) << "Status was: " << status; in TEST()
372 expected_sigset &= ~(1UL << (SIGSTOP - 1)); in TEST()391 expected_sigset &= ~(1ULL << (SIGSTOP - 1)); in TEST()829 EXPECT_EQ(-1, sigignore(SIGSTOP)); in TEST()
61 __BIONIC_SIGDEF(SIGSTOP, "Stopped (signal)")
44 #define SIGSTOP 19 macro
48 #define SIGSTOP 19 macro
87 MACRO(SIGSTOP); in signal_h()