Unix-system-calls-exit-group

提供:Dev Guides
移動先:案内検索

[top]#

|http://www.google.com/[Google] | a|

Web This Site
  • 初心者向けのUnix *
  • 高度なUnix *

選択した読書

Copyright©2014 by finddevguides

[cols=",,,,,,,",]

| |  Home   | |  References   | |  Discussion Forums   | |  About TP  

[width="100%",cols="100%",]

a| == exit_group()-Unix、Linuxシステムコール

[[File:]] image :http://www.finddevguides.com/images/next.gif [next] image:http://www.finddevguides.com/add- this.gif [AddThisソーシャルブックマークボタン]

広告

NAME

exit_group-プロセス内のすべてのスレッドを終了します

概要

#include <linux/unistd.h> void exit_group(int status);

説明

このシステムコールは、現在のスレッドだけでなく、現在のスレッドグループ内のすべてのスレッドを終了することを除いて、 exit (2)と同等です。

返り値

このシステムコールは戻りません。

歴史

この呼び出しは、Linux 2.5.35以降に存在します。

準拠

この呼び出しはLinux固有です。

関連項目

[[File:]] image :http://www.finddevguides.com/images/next.gif [next] [[File:]]

広告

|  

[cols="^",]

|Advertisements