Skip to main content

SYS_EXIT_GROUP

Constant SYS_EXIT_GROUP 

Source
pub const SYS_EXIT_GROUP: usize = 334;
Expand 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.