atomic_inc_short(9) 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