Home
last modified time | relevance | path

Searched refs:PT_KILL (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/nix/src/sys/ptrace/
Dbsd.rs38 PT_KILL,
120 ptrace_other(Request::PT_KILL, pid, 0 as AddressType, 0).map(drop) in kill()
/external/tcpdump/
Dprint-wb.c72 #define PT_KILL 4 /* terminate participation */ macro
414 case PT_KILL: in wb_print()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_netbsd_libcdep.cpp106 internal_ptrace(PT_KILL, pid_, nullptr, 0); in KillAllThreads()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.mm1431 DNBLog("Sending ptrace PT_KILL to terminate inferior process.");
1432 ::ptrace(PT_KILL, m_pid, 0, 0);
1437 "(PT_KILL, pid=%u, 0, 0) => 0x%8.8x (%s)",
3191 "PT_KILL and exiting.");
3192 ::ptrace(PT_KILL, m_pid, 0, 0);
3572 "PT_KILL and exiting.");
3573 ::ptrace(PT_KILL, m_pid, 0, 0);
3783 "PT_KILL and exiting.");
3784 ::ptrace(PT_KILL, m_pid, 0, 0);
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs365 pub const PT_KILL: ::c_int = 8; constant
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeProcessFreeBSD.cpp482 return PtraceWrapper(PT_KILL, m_pid); in Kill()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.cpp636 if (PTRACE(PT_KILL, pid, NULL, 0)) in Execute()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs879 pub const PT_KILL: ::c_int = 8; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs1617 pub const PT_KILL: ::c_int = 8; constant