[][src]Function linux::syscall::exit_group

pub fn exit_group(val: c_int) -> !

Terminates the process.

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

= See also

  • link:man:exit_group(2)