Function nc::call::exit_group

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

Exit all threads in a process’s thread group.

§Example

unsafe { nc::exit_group(0); }