Module linux_api::exit

source ·

Functions§

  • Exits the current thread, setting val as the exit code.
  • Exits the current process, setting val as the exit code.
  • Exits the process, setting val & 0xff as the exit code.
  • Exits the current thread, setting val & 0xff as the exit code.