pub const SYS_EXIT_GROUP: usize = 334; // 334usizeExpand description
Exit all threads in the current process.
exit_code: process exit status
This is the multi-threaded equivalent of SYS_PROC_EXIT. All threads
are terminated, not just the calling thread.