[go: up one dir, main page]

Function kill

Source
pub fn kill(pid: Pid) -> Result<()>
Available on crate feature ptrace only.
Expand description

Issues a kill request as with ptrace(PT_KILL, ...)

This request is equivalent to ptrace(PT_CONTINUE, ..., SIGKILL);