Function
lrs
::
syscall
::
exit_group
Terminates the process.
Syntax
fn exit_group(val: i32) -> !
Arguments
Name
Description
val
The exit value of the process.
See also
exit_group(2)