exit_group(2) System Calls Manual exit_group(2) exit_group - C (libc, -lc) #include /* SYS_* */ #include [[noreturn]] void syscall(SYS_exit_group, int status); Note: glibc provides no wrapper for exit_group(), necessitating the use of syscall(2). This system call terminates all threads in the calling process's thread group. . Linux. Linux 2.5.35. glibc 2.3, _exit(2). _exit(2) () Azamat Hackimov , Yuri Kozlov ; GNU (GNU General Public License - GPL, 3 ) , - . - , , () () () <>. Linux 6.9.1 2 2024 . exit_group(2)