pub const SYS_THREAD_EXIT: usize = 343;
Terminate the current thread.
status
This syscall never returns. Only the calling thread is terminated; other threads in the process continue running.