Function rsix::process::exit_group[][src]

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

Exit all the threads in the current process’ thread group.

Note that this does not all any __cxa_atexit, atexit, or any other destructors. Most programs should use std::process::exit instead of calling this directly.

References