EXIT_GROUP



EXIT_GROUP

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
VERSIONS
CONFORMING TO
NOTES
SEE ALSO
COLOPHON

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 exit(2) 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 exit(2) wrapper function is called.

SEE ALSO

exit(2)

COLOPHON

This page is part of release 3.69 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 http://www.kernel.org/doc/man−pages/.




More Linux Commands

manpages/curl_slist_free_all.3.html
curl_slist_free_all(3) - free an entire curl_slist list.....
curl_slist_free_all() removes all traces of a previously built curl_slist linked list. RETURN VALUE Nothing. SEE ALSO curl_slist_append(3), curl_slist_free_all.

manpages/XkbFreeGeomOverlayKeys.3.html
XkbFreeGeomOverlayKeys(3) - Free keys in an overlay row.....
XkbFreeGeomOverlayKeys.3 - Xkb provides a number of functions to allocate and free subcomponents of a keyboard geometry. Use these functions to create or modify

manpages/compile_et.1.html
compile_et(1) - error table compiler - Linux manual page....
Compile_et converts a table listing error-code names and associated messages into a C source file suitable for use with the com_err(3) library. The source file

manpages/htobe32.3.html
htobe32(3) - convert values between host and big-/little-end
These functions convert the byte encoding of integer values from the byte order that the current CPU (the host) uses, to and from little-endian and big-endian b

manpages/dlopen.3.html
dlopen(3) - programming interface to dynamic linking loader
The four functions dlopen(), dlsym(), dlclose(), dlerror() implement the interface to the dynamic linking loader. dlerror() The function dlerror() returns a hum

manpages/SDL_GetAudioStatus.3.html
SDL_GetAudioStatus(3) - Get the current audio state.........
typedef enum{ SDL_AUDIO_STOPPED, SDL_AUDIO_PAUSED, SDL_AUDIO_PLAYING } SDL_audiostatus; Returns either SDL_AUDIO_STOPPED, SDL_AUDIO_PAUSED or SDL_AUDIO_PLAYING

manpages/sane-pixma.5.html
sane-pixma(5) - SANE backend for Canon PIXMA Multi-Functions
The sane-pixma library implements a SANE (Scanner Access Now Easy) backend that provides access to Canon PIXMA / i-SENSYS / imageCLASS / imageRUNNER multi-funct

manpages/FcStrFree.3.html
FcStrFree(3) - free a string (Library - Linux man page).....
This is just a wrapper around free(3) which helps track memory usage of strings within the fontconfig library. VERSION Fontconfig version 2.8.0 FcStrFree.3 (Lib

manpages/XtWarningMsg.3.html
XtWarningMsg(3) - high-level error handlers - Linux man page
The XtErrorMsg function has been superceded by XtAppErrorMsg. The XtSetErrorMsgHandler function has been superceded by XtAppSetErrorMsgHandler. The XtSetWarning

manpages/perlhacktips.1.html
perlhacktips(1) - Tips for Perl core C code hacking.........
This document will help you learn the best way to go about hacking on the Perl core C code. It covers common problems, debugging, profiling, and more. If you ha

manpages/XListFontsWithInfo.3.html
XListFontsWithInfo(3) - obtain or free font names and inform
The XListFonts function returns an array of available font names (as controlled by the font search path; see XSetFontPath) that match the string you passed to t

manpages/asn1_get_length_der.3.html
asn1_get_length_der(3) - API function - Linux manual page...
Extract a length field from DER data. RETURNS Return the decoded length value, or -1 on indefinite length, or -2 when the value was too big to fit in a int, or





We can't live, work or learn in freedom unless the software we use is free.