Skip to main content

sys_exit_group

Function sys_exit_group 

Source
pub fn sys_exit_group(exit_code: u64) -> Result<u64, SyscallError>
Expand description

SYS_EXIT_GROUP (334): Exit all threads in the thread group.

In the current single-threaded model this is identical to SYS_PROC_EXIT. When multi-threading is added, this must kill every task sharing the same TGID.