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