Function linux_unsafe::exit

source ·
pub unsafe fn exit(status: int) -> !
Expand description

Immediately terminate the current thread, without giving Rust or libc any opportunity to run destructors or other cleanup code.