1. NAME

atomic_read - read atomic variable

2. SYNOPSIS

int atomic_read(const atomic_t *  v );

3. ARGUMENTS

v
    pointer of type atomic_t

4. DESCRIPTION

Atomically reads the value of v.

5. COPYRIGHT