atomic_read(9) read atomic variable

SYNOPSIS

int atomic_read(const atomic_t * v);

ARGUMENTS

v

pointer of type atomic_t

DESCRIPTION

Atomically reads the value of v.

COPYRIGHT