atomic_fetch_sub 함수
원자적으로 메모리 위치에서 값을 뺍니다.
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
네임스페이스: 동시성