pub fn exit_group(code: usize) -> !
Terminate all threads in the current thread group with the given exit code.
code
This function never returns.