1ATOMIC_READ(9)                   Driver Basics                  ATOMIC_READ(9)
2
3
4

NAME

6       atomic_read - read atomic variable
7

SYNOPSIS

9       int atomic_read(const atomic_t * v);
10

ARGUMENTS

12       v
13           pointer of type atomic_t
14

DESCRIPTION

16       Atomically reads the value of v.
17
19Kernel Hackers Manual 3.10         June 2019                    ATOMIC_READ(9)
Impressum