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