ATOMIC_INC_SHORT
Section: Driver Basics (9)
Updated: February 2011
Index
Return to Main Contents
NAME
atomic_inc_short - increment of a short integer
SYNOPSIS
-
short int atomic_inc_short(short int * v);
ARGUMENTS
v
-
- pointer to type int
DESCRIPTION
Atomically adds 1 to
v
Returns the new value of
u
COPYRIGHT