Function exit_group

Source
pub unsafe fn exit_group(status: int) -> !
Expand description

Immediately terminate all threads in the current process’s thread group, without giving Rust or libc any opportunity to run destructors or other cleanup code.