Searched refs:SIGSTOP (Results 1 – 7 of 7) sorted by relevance
32 #define SIGSTOP 19 macro
58 __BIONIC_SIGDEF(SIGSTOP, "Stopped (signal)")
35 #define SIGSTOP 19 macro
184 ASSERT_EQ(SIGSTOP, WSTOPSIG(status)) << "Status was: " << status; in run_watchpoint_test()216 raise(SIGSTOP); // Synchronize with the tracer, let it set the watchpoint. in watchpoint_stress_child()254 raise(SIGSTOP); // Synchronize with the tracer, let it set the watchpoint. in watchpoint_imprecise_child()293 raise(SIGSTOP); // Synchronize with the tracer, let it set the breakpoint. in breakpoint_fork_child()358 ASSERT_EQ(SIGSTOP, WSTOPSIG(status)) << "Status was: " << status; in TEST()
380 expected_sigset &= ~(1UL << (SIGSTOP - 1)); in TEST()399 expected_sigset &= ~(1ULL << (SIGSTOP - 1)); in TEST()848 EXPECT_EQ(-1, sigignore(SIGSTOP)); in TEST()
87 MACRO(SIGSTOP); in signal_h()