atomic_set ( v, i);
atomic_set
v
pointer of type atomic_t
i
required value
Atomically sets the value of v to i. Note that the guaranteed useful range of an atomic_t is only 24 bits.