1. NAME

atomic_inc_short - increment of a short integer

2. SYNOPSIS

short int atomic_inc_short(short int *  v );

3. ARGUMENTS

v
    pointer to type int

4. DESCRIPTION

Atomically adds 1 to v Returns the new value of u

5. COPYRIGHT