pub fn sys_thread_exit(exit_code: u64) -> Result<u64, SyscallError>Expand description
SYS_THREAD_EXIT (343): exit only the current thread.
pub fn sys_thread_exit(exit_code: u64) -> Result<u64, SyscallError>SYS_THREAD_EXIT (343): exit only the current thread.