Home
last modified time | relevance | path

Searched refs:PT_KILL (Results 1 - 8 of 8) sorted by relevance

/third_party/rust/crates/nix/src/sys/ptrace/
H A Dbsd.rs41 PT_KILL,
128 /// Issues a kill request as with `ptrace(PT_KILL, ...)`
133 ptrace_other(Request::PT_KILL, pid, 0 as AddressType, 0).map(drop) in kill()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dptrace.h53 #define PT_KILL PTRACE_KILL macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dptrace.h53 #define PT_KILL PTRACE_KILL macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dptrace.h53 #define PT_KILL PTRACE_KILL macro
/third_party/musl/include/sys/
H A Dptrace.h54 #define PT_KILL PTRACE_KILL macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs382 pub const PT_KILL: ::c_int = 8; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs937 pub const PT_KILL: ::c_int = 8; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs2820 pub const PT_KILL: ::c_int = 8; consts

Completed in 22 milliseconds