ATOMIC_SET
Section: Driver Basics (9)
Updated: February 2011
Index
Return to Main Contents
NAME
atomic_set - set atomic variable
SYNOPSIS
-
void atomic_set(atomic_t * v, int i);
ARGUMENTS
v
-
- pointer of type atomic_t
i
-
required value
DESCRIPTION
Atomically sets the value of
v
to
i.
COPYRIGHT