Function rustix::process::test_kill_current_process_group
source · pub fn test_kill_current_process_group() -> Result<()>
Expand description
kill(0, 0)
—Check validity of pid and permissions to send signals to the
all processes in the current process group, without actually sending any
signals.