CINXE.COM
exit_group
<html> <head> <title>exit_group</title> <META NAME="KEYWORDS" CONTENT="exit_group"> </head> <body BGCOLOR="#ffffff" LINK="#0000ff" VLINK="#0000ff" ALINK="#0000ff" TEXT="#000000"> <center> <h1><b>exit_group</b></h1></center> <PRE> <STRONG><A HREF="/man2/EXIT_GROUP">EXIT_GROUP(2)</A></STRONG> Linux Programmer's Manual <STRONG><A HREF="/man2/EXIT_GROUP">EXIT_GROUP(2)</A></STRONG> NAME exit_group - exit all threads in a process SYNOPSIS #include <linux/unistd.h> void exit_group(int status); DESCRIPTION This system call is equivalent to <STRONG><A HREF="/man2/_exit">_exit(2)</A></STRONG> except that it terminates not only the calling thread, but all threads in the calling process's thread group. RETURN VALUE This system call does not return. VERSIONS This call is present since Linux 2.5.35. CONFORMING TO This call is Linux-specific. NOTES Since glibc 2.3, this is the system call invoked when the <STRONG><A HREF="/man2/_exit">_exit(2)</A></STRONG> wrapper function is called. SEE ALSO <STRONG><A HREF="/man2/exit">exit(2)</A></STRONG> COLOPHON This page is part of release 5.05 of the Linux man-pages project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https://www.kernel.org/doc/man-pages/. Linux 2008-11-27 <STRONG><A HREF="/man2/EXIT_GROUP">EXIT_GROUP(2)</A></STRONG></PRE> <center> <h6>Man Pages Copyright Respective Owners. Site Copyright (C) 1994 - 2025 <a href="http://www.he.net">Hurricane Electric</a>. All Rights Reserved.</h6></center> </body> </html>