linux_api

Module 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.