TimeManager
terminate.h
Go to the documentation of this file.
1 
5 #ifndef _TERMINATE_H_
6 #define _TERMINATE_H_
7 
15 int terminate(int argc, char* argv[]);
16 
17 #endif
int terminate(int argc, char *argv[])
自分が所属するプロセスグループへSIGTERMを送信して、 プロセスグループに所属するプロセスを終了させる。 ...
Definition: terminate.c:132