Scroll to navigation
atomic_set - set atomic variable
void atomic_set(atomic_t * v, int i);
v
i
Atomically sets the value of v to i.