pub fn interrupt(pid: Pid) -> Result<()>
#[cfg(target_os = "linux")]
Stop a tracee, as with ptrace(PTRACE_INTERRUPT, ...)
ptrace(PTRACE_INTERRUPT, ...)
This request is equivalent to ptrace(PTRACE_INTERRUPT, ...)