Visible to Intel only — GUID: GUID-4CBBBFED-3299-47A1-93A6-68F5D2DDC563
iwAtomic_AddInt
Syntax
IW_DECL(int) iwAtomic_AddInt(int *pInt, int delta);
Parameters
- pInt
-
Pointer the input integer value.
- delta
-
Value to add.
Description
This function performs thread-safe addition operation on an integer variable.
Return Values
Value of the variable before the operation.
Parent topic: Utility Functions