Crate linux_api_exit [] [src]

Bindings to kernel/exit.c

Currently only provides access to exit() and exit_group()

Functions

exit

Exits the current process with the specified error code

exit_group

Exits every process in the current process group with the specified error code