[][src]Function linux::syscall::exit

pub fn exit(val: c_int) -> !

Terminates the thread.

[argument, val] The exit value of the thread.

= See also

  • link:man:exit(2)