Set atomic variable
void atomic_set(atomic_t * v, int i);
v
pointer of type atomic_t
i
required value
Atomically sets the value of v to i.