Skip to main content

SYS_THREAD_EXIT

Constant SYS_THREAD_EXIT 

Source
pub const SYS_THREAD_EXIT: usize = 343; // 343usize
Expand description

Terminate the current thread.

  • status: thread exit status

This syscall never returns. Only the calling thread is terminated; other threads in the process continue running.