[][src]Function sys_util::kill_process_group

pub fn kill_process_group() -> Result<()>

Kill all processes in the current process group.

On success, this kills all processes in the current process group, including the current process, meaning this will not return. This is equivalent to a call to kill(0, SIGKILL).