atomic_read — read atomic variable
int atomic_read (const atomic_t * v);
int atomic_read (
)
v
pointer of type atomic_t
Atomically reads the value of v.