void atomic_add (int i, atomic_t * v);
void atomic_add
integer value to add
pointer of type atomic_t
Atomically adds i to v. Note that the guaranteed useful range of an atomic_t is only 24 bits.