Home
last modified time | relevance | path

Searched refs:PTRACE_INTERRUPT (Results 1 – 6 of 6) sorted by relevance

/aosp12/bionic/tests/
H A Dsys_ptrace_test.cpp513 ASSERT_EQ(0, ptrace(PTRACE_INTERRUPT, worker, 0, 0)) << strerror(errno); in TEST_F()
536 ASSERT_EQ(0, ptrace(PTRACE_INTERRUPT, worker, 0, 0)) << strerror(errno); in TEST_F()
546 ASSERT_EQ(0, ptrace(PTRACE_INTERRUPT, worker, 0, 0)) << strerror(errno); in TEST_F()
563 ASSERT_EQ(0, ptrace(PTRACE_INTERRUPT, worker, 0, 0)) << strerror(errno); in TEST_F()
573 ASSERT_EQ(0, ptrace(PTRACE_INTERRUPT, worker, 0, 0)) << strerror(errno); in TEST_F()
/aosp12/system/unwinding/libunwindstack/tools/
H A Dunwind.cpp42 if (ptrace(PTRACE_INTERRUPT, pid, 0, 0) == -1) { in Attach()
H A Dunwind_for_offline.cpp59 if (ptrace(PTRACE_INTERRUPT, pid, 0, 0) == -1) { in Attach()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dptrace.h42 #define PTRACE_INTERRUPT 0x4207 macro
/aosp12/system/memory/libmemunreachable/
H A DThreadCapture.cpp199 if (ptrace(PTRACE_INTERRUPT, tid, 0, 0) < 0) { in PtraceAttach()
/aosp12/system/core/debuggerd/
H A Dcrash_dump.cpp138 if (ptrace(PTRACE_INTERRUPT, tid, 0, 0) == 0) { in ptrace_interrupt()