Function kill_current_process_group

Source
pub fn kill_current_process_group(sig: Option<Signal>) -> Result<(), Errno>
Expand description

Execute the kill syscall, targeting the current process group.