Home
last modified time | relevance | path

Searched refs:PTRACE_KILL (Results 1 – 25 of 25) sorted by relevance

/external/strace/xlat/
Dptrace_cmds.in9 PTRACE_KILL
Dptrace_cmds.h41 #if defined(PTRACE_KILL) || (defined(HAVE_DECL_PTRACE_KILL) && HAVE_DECL_PTRACE_KILL)
42 XLAT(PTRACE_KILL),
/external/kernel-headers/original/uapi/linux/
Dptrace.h19 #define PTRACE_KILL 8 macro
/external/ltp/testcases/kernel/syscalls/ptrace/
Dptrace01.c90 else if ((ptrace(PTRACE_KILL, child_pid, 0, 0)) == -1) in run()
Dsimple_tracer.c141 vptrace(PTRACE_KILL, pid, NULL, NULL); in main()
Dptrace04.c125 ptrace(PTRACE_KILL, pid, NULL, NULL); in main()
Dptrace06.c199 ptrace(PTRACE_KILL, pid, NULL, NULL); in main()
/external/rust/crates/nix/src/sys/ptrace/
Dlinux.rs45 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/
Dpeeksiginfo.c213 if (sys_ptrace(PTRACE_KILL, child, NULL, NULL) == -1) in main()
/external/strace/
Dprocess.c116 case PTRACE_KILL: in SYS_FUNC()
DREADME-linux-ptrace55 Tracer can kill a tracee with ptrace(PTRACE_KILL, pid, 0, 0). This
59 support) PTRACE_KILL's quirks.
DChangeLog-CVS1199 Don't use PTRACE_KILL on LEADER.
DChangeLog29643 PTRACE_INTERRUPT, PTRACE_KILL, and PTRACE_LISTEN request,
29648 PTRACE_KILL, or PTRACE_LISTEN.
/external/ltp/testcases/kernel/controllers/freezer/
Dvfork.c82 if (ptrace(PTRACE_KILL, child, NULL, NULL) < 0) { in kill_child()
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs103 pub const PTRACE_KILL: ::c_int = 8; constant
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc186 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i), in KillAllThreads()
/external/strace/tests-mx32/
Dptrace.c231 do_ptrace(PTRACE_KILL, pid, 0, 0); in main()
/external/strace/tests/
Dptrace.c231 do_ptrace(PTRACE_KILL, pid, 0, 0); in main()
/external/strace/tests-m32/
Dptrace.c231 do_ptrace(PTRACE_KILL, pid, 0, 0); in main()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cpp205 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i), in KillAllThreads()
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs548 pub const PTRACE_KILL: ::c_int = 8; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs881 pub const PTRACE_KILL: ::c_uint = 8; constant
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1373 pub const PTRACE_KILL: ::c_int = 8; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1168 pub const PTRACE_KILL: ::c_int = 8; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2753 pub const PTRACE_KILL: ::c_int = 8; constant