/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace01.c | 40 {0, PTRACE_KILL, 0, 9, "Testing PTRACE_KILL without child handler"}, 41 {1, PTRACE_KILL, 0, 9, "Testing PTRACE_KILL with child handler"}, 116 (tc->request == PTRACE_KILL && 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()
|
/third_party/musl/ndk_musl_include/sys/ |
D | ptrace.h | 19 #define PTRACE_KILL 8 macro 53 #define PT_KILL PTRACE_KILL
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ptrace.h | 19 #define PTRACE_KILL 8 macro 53 #define PT_KILL PTRACE_KILL
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ptrace.h | 19 #define PTRACE_KILL 8 macro 53 #define PT_KILL PTRACE_KILL
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ptrace.h | 19 #define PTRACE_KILL 8 macro 53 #define PT_KILL PTRACE_KILL
|
/third_party/musl/include/sys/ |
D | ptrace.h | 19 #define PTRACE_KILL 8 macro 54 #define PT_KILL PTRACE_KILL
|
/third_party/rust/crates/nix/src/sys/ptrace/ |
D | linux.rs | 51 PTRACE_KILL, 456 Request::PTRACE_KILL, in kill()
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
D | vfork.c | 82 if (ptrace(PTRACE_KILL, child, NULL, NULL) < 0) { in kill_child()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 131 pub const PTRACE_KILL: ::c_int = 8; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 560 pub const PTRACE_KILL: ::c_int = 8; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 713 PTRACE_KILL
|
D | linux.txt | 1825 PTRACE_KILL
|
D | android.txt | 1783 PTRACE_KILL
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 862 pub const PTRACE_KILL: ::c_uint = 8; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1355 pub const PTRACE_KILL: ::c_int = 8; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1498 pub const PTRACE_KILL: ::c_int = 8; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2768 pub const PTRACE_KILL: ::c_int = 8; constant
|