Searched refs:PT_KILL (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/nix/src/sys/ptrace/ |
D | bsd.rs | 38 PT_KILL, 120 ptrace_other(Request::PT_KILL, pid, 0 as AddressType, 0).map(drop) in kill()
|
/external/tcpdump/ |
D | print-wb.c | 72 #define PT_KILL 4 /* terminate participation */ macro 414 case PT_KILL: in wb_print()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 106 internal_ptrace(PT_KILL, pid_, nullptr, 0); in KillAllThreads()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.mm | 1431 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/ |
D | mod.rs | 365 pub const PT_KILL: ::c_int = 8; constant
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/ |
D | NativeProcessFreeBSD.cpp | 482 return PtraceWrapper(PT_KILL, m_pid); in Kill()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessMonitor.cpp | 636 if (PTRACE(PT_KILL, pid, NULL, 0)) in Execute()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 879 pub const PT_KILL: ::c_int = 8; constant
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 1617 pub const PT_KILL: ::c_int = 8; constant
|