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