Increment of a short integer
short int atomic_inc_short(short int * v);
v
pointer to type int
Atomically adds 1 to v Returns the new value of u