Skip to main content

sys_thread_exit

Function sys_thread_exit 

Source
pub fn sys_thread_exit(exit_code: u64) -> Result<u64, SyscallError>
Expand description

SYS_THREAD_EXIT (343): exit only the current thread.