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