devela::_dep::rustix::process

Function test_kill_process

pub fn test_kill_process(pid: Pid) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

kill(pid, 0)—Check validity of pid and permissions to send signals to the process, without actually sending any signals.

§References