OSDN Git Service

(split) LDP: Update the version to 3.53 in PO files
[linuxjm/LDP_man-pages.git] / draft / man2 / exit_group.2
1 .\" Copyright (C) 2004 Andries Brouwer (aeb@cwi.nl)
2 .\"
3 .\" %%%LICENSE_START(VERBATIM)
4 .\" Permission is granted to make and distribute verbatim copies of this
5 .\" manual provided the copyright notice and this permission notice are
6 .\" preserved on all copies.
7 .\"
8 .\" Permission is granted to copy and distribute modified versions of this
9 .\" manual under the conditions for verbatim copying, provided that the
10 .\" entire resulting derived work is distributed under the terms of a
11 .\" permission notice identical to this one.
12 .\"
13 .\" Since the Linux kernel and libraries are constantly changing, this
14 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
15 .\" responsibility for errors or omissions, or for damages resulting from
16 .\" the use of the information contained herein.  The author(s) may not
17 .\" have taken the same level of care in the production of this manual,
18 .\" which is licensed free of charge, as they might when working
19 .\" professionally.
20 .\"
21 .\" Formatted or processed versions of this manual, if unaccompanied by
22 .\" the source, must acknowledge the copyright and authors of this work.
23 .\" %%%LICENSE_END
24 .\"
25 .\"*******************************************************************
26 .\"
27 .\" This file was generated with po4a. Translate the source file.
28 .\"
29 .\"*******************************************************************
30 .TH EXIT_GROUP 2 2008\-11\-27 Linux "Linux Programmer's Manual"
31 .SH 名前
32 exit_group \- プロセス中の全てのスレッドを exit させる
33 .SH 書式
34 .nf
35 \fB#include <linux/unistd.h>\fP
36 .sp
37 \fBvoid exit_group(int \fP\fIstatus\fP\fB);\fP
38 .fi
39 .SH 説明
40 このシステムコールは、基本的に \fBexit\fP(2)  と等しいが、 呼び出し元のスレッドだけでなく、呼び出し元のプロセスのスレッドグループに
41 ある全てのスレッドを終了させる点が異なる。
42 .SH 返り値
43 このシステムコールは値を返さない。
44 .SH バージョン
45 このコールは、Linux 2.5.35 以降に存在する。
46 .SH 準拠
47 glibc 2.3 以降では、 \fBexit\fP(2)  のラッパー関数が呼び出された際に、 このシステムコールが起動される。
48 .SH 注意
49 このコールは Linux 独自である。
50 .SH 関連項目
51 \fBexit\fP(2)
52 .SH この文書について
53 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
54 である。プロジェクトの説明とバグ報告に関する情報は
55 http://www.kernel.org/doc/man\-pages/ に書かれている。