ATOMIC_DEC
Section: Driver Basics (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
atomic_dec - decrement atomic variable
 
SYNOPSIS
- 
void atomic_dec(atomic_t * v);
ARGUMENTS
v
- 
- pointer of type atomic_t
DESCRIPTION
Atomically decrements
v
by 1.
 
COPYRIGHT