Intel IPP Integration Wrappers Developer Guide and Reference
ID
751823
Date
1/18/2023
Public
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