pub unsafe fn exit_group(status: int) -> !
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.