TimeManager
activate.h
Go to the documentation of this file.
1 
25 #ifndef _ACTIVATE_H_
26 #define _ACTIVATE_H_
27 
41 int activate(int argc, char* argv[]);
42 
43 #endif
int activate(int argc, char *argv[])
データベースにある自プロセスグループのスケジュールを有効にする。
Definition: activate.c:363