Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Atomically increments the value stored at the specified memory location.
inline int atomic_fetch_inc(
_Inout_ int * _Dest
) restrict(amp);
inline unsigned int atomic_fetch_inc(
_Inout_ unsigned int * _Dest
) restrict(amp);
Parameters
- _Dest
The location in memory of the value to be incremented.
Return Value
The original value stored at the memory location.
Requirements
Header: amp.h
Namespace: Concurrency