atomic_fetch_sub 関数 (C++ AMP)
アトミックにメモリ位置から値を描画します。
inline int atomic_fetch_sub(
_Inout_ int * _Dest,
int _Value
) restrict(amp);
inline unsigned int atomic_fetch_sub(
_Inout_ unsigned int * _Dest,
unsigned int _Value
) restrict(amp);
パラメーター
_Dest
destionation の場所へのポインター。_Value
描画する値。
戻り値
メモリ位置の元の値。
必要条件
ヘッダー: amp.h
名前空間: Concurrency