スレッド処理
More...
#include <Thread.h>
List of all members.
Public Types |
| enum | { Infinity = -1
} |
Public Member Functions |
| | Thread (int(*fn)(void *), void *args) |
| | コンストラクタ
|
| void | run (int times=1) |
| | 処理回数を指定してスレッドを起動
|
| void | stop (void) |
| | スレッドを停止
|
| int | wait (void) |
| | スレッドの終了を待つ
|
| bool | isRunning (void) const |
| | スレッドが動作中かを返す
|
Detailed Description
スレッド処理
Definition at line 19 of file Thread.h.
Constructor & Destructor Documentation
コンストラクタ
- Parameters:
-
| [in,out] | fn | 関数ポインタ |
| [in,out] | args | スレッド関数への引数 |
Member Function Documentation
処理回数を指定してスレッドを起動
- Parameters:
-
スレッドの終了を待つ
- Returns:
- スレッドの戻り値
スレッドが動作中かを返す
- Return values:
-
The documentation for this class was generated from the following file: