Function rustix::backend::process::syscalls::kill_process_group

source ยท
pub(crate) fn kill_process_group(pid: Pid, sig: Signal) -> Result<()>