atomic_add — add integer to atomic variable
void fsfuncatomic_add (
)
i
integer value to add
v
pointer of type atomic_t
Atomically adds i to v.