Home
last modified time | relevance | path

Searched refs:PTRACE_KILL (Results 1 - 16 of 16) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace01.c10 * PTRACE_KILL and PTRACE_CONT requests.
14 * Afterwards parent does ptrace(PTRACE_KILL, ..)/ptrace(PTRACE_CONT, ..)
16 * Test passes if child exits with SIGKILL for PTRACE_KILL.
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()
H A Dsimple_tracer.c141 vptrace(PTRACE_KILL, pid, NULL, NULL); in main()
H A Dptrace04.c125 ptrace(PTRACE_KILL, pid, NULL, NULL); in main()
H A Dptrace06.c199 ptrace(PTRACE_KILL, pid, NULL, NULL); in main()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dptrace.h19 #define PTRACE_KILL 8 macro
53 #define PT_KILL PTRACE_KILL
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dptrace.h19 #define PTRACE_KILL 8 macro
53 #define PT_KILL PTRACE_KILL
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dptrace.h19 #define PTRACE_KILL 8 macro
53 #define PT_KILL PTRACE_KILL
/third_party/musl/include/sys/
H A Dptrace.h19 #define PTRACE_KILL 8 macro
54 #define PT_KILL PTRACE_KILL
/third_party/rust/crates/nix/src/sys/ptrace/
H A Dlinux.rs51 PTRACE_KILL,
450 /// Issues a kill request as with `ptrace(PTRACE_KILL, ...)`
456 Request::PTRACE_KILL, in kill()
/third_party/ltp/testcases/kernel/controllers/freezer/
H A Dvfork.c82 if (ptrace(PTRACE_KILL, child, NULL, NULL) < 0) { in kill_child()
84 "ptrace(PTRACE_KILL, %d, ..) failed", child); in kill_child()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs131 pub const PTRACE_KILL: ::c_int = 8; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs560 pub const PTRACE_KILL: ::c_int = 8; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1355 pub const PTRACE_KILL: ::c_int = 8; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs862 pub const PTRACE_KILL: ::c_uint = 8; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1498 pub const PTRACE_KILL: ::c_int = 8; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2768 pub const PTRACE_KILL: ::c_int = 8; consts

Completed in 35 milliseconds