Home
last modified time | relevance | path

Searched refs:SIGSTOP (Results 1 – 7 of 7) sorted by relevance

/bionic/tests/
Dsys_ptrace_test.cpp182 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()
Dsignal_test.cpp372 expected_sigset &= ~(1UL << (SIGSTOP - 1)); in TEST()
391 expected_sigset &= ~(1ULL << (SIGSTOP - 1)); in TEST()
829 EXPECT_EQ(-1, sigignore(SIGSTOP)); in TEST()
/bionic/libc/private/
Dbionic_sigdefs.h61 __BIONIC_SIGDEF(SIGSTOP, "Stopped (signal)")
/bionic/libc/kernel/uapi/asm-arm/asm/
Dsignal.h44 #define SIGSTOP 19 macro
/bionic/libc/kernel/uapi/asm-generic/
Dsignal.h44 #define SIGSTOP 19 macro
/bionic/libc/kernel/uapi/asm-x86/asm/
Dsignal.h48 #define SIGSTOP 19 macro
/bionic/tests/headers/posix/
Dsignal_h.c87 MACRO(SIGSTOP); in signal_h()