pub fn sys_exit_group(exit_code: u64) -> Result<u64, SyscallError>Expand description
SYS_EXIT_GROUP (334): Exit all threads in the thread group.
pub fn sys_exit_group(exit_code: u64) -> Result<u64, SyscallError>SYS_EXIT_GROUP (334): Exit all threads in the thread group.