TimeManager
Functions
terminate.h File Reference

自プロセスグループを終了させるコマンドに関する宣言。 More...

Go to the source code of this file.

Functions

int terminate (int argc, char *argv[])
 自分が所属するプロセスグループへSIGTERMを送信して、 プロセスグループに所属するプロセスを終了させる。 More...
 

Detailed Description

自プロセスグループを終了させるコマンドに関する宣言。

Function Documentation

int terminate ( int  argc,
char *  argv[] 
)

自分が所属するプロセスグループへSIGTERMを送信して、 プロセスグループに所属するプロセスを終了させる。

Parameters
[in]argcargc値
[in]argvargv値
Returns
成功時は0、失敗時には1、使用方法に誤りがある場合は2を返す。