Increment atomic variable
void atomic_inc(atomic_t * v);
v
pointer of type atomic_t
Atomically increments v by 1.