Function lrs::syscall::exit_group

Terminates the process.

Syntax

fn exit_group(val: i32) -> !

Arguments

NameDescription
val

The exit value of the process.

See also