/external/strace/xlat/ |
D | ptrace_cmds.in | 9 PTRACE_KILL
|
D | ptrace_cmds.h | 41 #if defined(PTRACE_KILL) || (defined(HAVE_DECL_PTRACE_KILL) && HAVE_DECL_PTRACE_KILL) 42 XLAT(PTRACE_KILL),
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 19 #define PTRACE_KILL 8 macro
|
/external/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace01.c | 90 else if ((ptrace(PTRACE_KILL, child_pid, 0, 0)) == -1) in run()
|
D | simple_tracer.c | 141 vptrace(PTRACE_KILL, pid, NULL, NULL); in main()
|
D | ptrace04.c | 125 ptrace(PTRACE_KILL, pid, NULL, NULL); in main()
|
D | ptrace06.c | 199 ptrace(PTRACE_KILL, pid, NULL, NULL); in main()
|
/external/rust/crates/nix/src/sys/ptrace/ |
D | linux.rs | 45 PTRACE_KILL, 390 ptrace_other(Request::PTRACE_KILL, pid, ptr::null_mut(), ptr::null_mut()).map(drop) in kill()
|
/external/linux-kselftest/tools/testing/selftests/ptrace/ |
D | peeksiginfo.c | 213 if (sys_ptrace(PTRACE_KILL, child, NULL, NULL) == -1) in main()
|
/external/strace/ |
D | process.c | 116 case PTRACE_KILL: in SYS_FUNC()
|
D | README-linux-ptrace | 55 Tracer can kill a tracee with ptrace(PTRACE_KILL, pid, 0, 0). This 59 support) PTRACE_KILL's quirks.
|
D | ChangeLog-CVS | 1199 Don't use PTRACE_KILL on LEADER.
|
D | ChangeLog | 29643 PTRACE_INTERRUPT, PTRACE_KILL, and PTRACE_LISTEN request, 29648 PTRACE_KILL, or PTRACE_LISTEN.
|
/external/ltp/testcases/kernel/controllers/freezer/ |
D | vfork.c | 82 if (ptrace(PTRACE_KILL, child, NULL, NULL) < 0) { in kill_child()
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 103 pub const PTRACE_KILL: ::c_int = 8; constant
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 186 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i), in KillAllThreads()
|
/external/strace/tests-mx32/ |
D | ptrace.c | 231 do_ptrace(PTRACE_KILL, pid, 0, 0); in main()
|
/external/strace/tests/ |
D | ptrace.c | 231 do_ptrace(PTRACE_KILL, pid, 0, 0); in main()
|
/external/strace/tests-m32/ |
D | ptrace.c | 231 do_ptrace(PTRACE_KILL, pid, 0, 0); in main()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cpp | 205 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i), in KillAllThreads()
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 548 pub const PTRACE_KILL: ::c_int = 8; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 881 pub const PTRACE_KILL: ::c_uint = 8; constant
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1373 pub const PTRACE_KILL: ::c_int = 8; constant
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1168 pub const PTRACE_KILL: ::c_int = 8; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2753 pub const PTRACE_KILL: ::c_int = 8; constant
|