Add integer to atomic variable
void atomic_add(int i, atomic_t * v);
i
integer value to add
v
pointer of type atomic_t
Atomically adds i to v.