The Linux Kernel API
Prev
Next
atomic_read
Name
atomic_read -- read atomic variable
Synopsis
atomic_read
( v);
Arguments
v
pointer of type atomic_t
Description
Atomically reads the value of
v
.
Prev
Home
Next
Atomic and pointer manipulation
Up
atomic_set