Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_sigdefs.h61 __BIONIC_SIGDEF(SIGSTOP, "Stopped (signal)")
/bionic/libc/kernel/uapi/asm-arm/asm/
Dsignal.h50 #define SIGSTOP 19 macro
/bionic/libc/kernel/uapi/asm-mips/asm/
Dsignal.h62 #define SIGSTOP 23 macro
/bionic/libc/kernel/uapi/asm-generic/
Dsignal.h50 #define SIGSTOP 19 macro
/bionic/libc/kernel/uapi/asm-x86/asm/
Dsignal.h55 #define SIGSTOP 19 macro
/bionic/tests/
Dsys_ptrace_test.cpp169 ASSERT_EQ(SIGSTOP, WSTOPSIG(status)) << "Status was: " << status; in run_watchpoint_test()
201 raise(SIGSTOP); // Synchronize with the tracer, let it set the watchpoint. in watchpoint_stress_child()
235 raise(SIGSTOP); // Synchronize with the tracer, let it set the watchpoint. in watchpoint_imprecise_child()
284 raise(SIGSTOP); // Synchronize with the tracer, let it set the breakpoint. in breakpoint_fork_child()
349 ASSERT_EQ(SIGSTOP, WSTOPSIG(status)) << "Status was: " << status; in TEST()
Dsignal_test.cpp438 EXPECT_EQ(-1, sigignore(SIGSTOP)); in TEST()