インターロッククラス
More...
#include <GxThread.h>
|
|
| GxInterlock (void) |
| コンストラクタ
|
|
virtual | ~GxInterlock (void) |
| デストラクタ
|
|
|
|
static s32 | increment (volatile s32 *pValue) |
| 数値のインクリメント
|
|
static s32 | decrement (volatile s32 *pValue) |
| 数値のデクリメント
|
|
◆ decrement()
s32 GxInterlock::decrement |
( |
volatile s32 * | pValue | ) |
|
|
static |
数値のデクリメント
- Parameters
-
- Returns
- 減算後の値
◆ increment()
s32 GxInterlock::increment |
( |
volatile s32 * | pValue | ) |
|
|
static |
数値のインクリメント
- Parameters
-
- Returns
- 加算後の値
The documentation for this class was generated from the following files:
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxCore/src/GxThread.h
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxCore/src/GxThread.cpp