Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2019
IW_DECL(int) iwAtomic_AddInt(int *pInt, int delta);
Pointer the input integer value.
Value to add.
This function performs thread-safe addition operation on an integer variable.
Value of the variable before the operation.