Function nc::exit_group[][src]

pub fn exit_group(status: i32) -> !
Expand description

Exit all threads in a process’s thread group.

nc::exit_group(0);