Scroll to navigation
atomic_add - add integer to atomic variable
void atomic_add(int i, atomic_t * v);
i
v
Atomically adds i to v.