Functions§
- exit
- Exits the current thread, setting
val
as the exit code. - exit_
group - Exits the current process, setting
val
as the exit code. - exit_
group_ raw - Exits the process, setting
val & 0xff
as the exit code. - exit_
raw - Exits the current thread, setting
val & 0xff
as the exit code.