OROCHI
 
Loading...
Searching...
No Matches
GxInterlock Class Reference

インターロッククラス More...

#include <GxThread.h>

Public Member Functions

初期化
 GxInterlock (void)
 コンストラクタ
 
virtual ~GxInterlock (void)
 デストラクタ
 

Static Public Member Functions

操作
static s32 increment (volatile s32 *pValue)
 数値のインクリメント
 
static s32 decrement (volatile s32 *pValue)
 数値のデクリメント
 

Detailed Description

インターロッククラス

Member Function Documentation

◆ decrement()

s32 GxInterlock::decrement ( volatile s32 * pValue)
static

数値のデクリメント

Parameters
pValue[in] 減算する値
Returns
減算後の値

◆ increment()

s32 GxInterlock::increment ( volatile s32 * pValue)
static

数値のインクリメント

Parameters
pValue[in] 加算する値
Returns
加算後の値
Here is the caller graph for this function:

The documentation for this class was generated from the following files: