int atomic_inc(int *val) - add 1 to *val, return its original value int atomic_dec(int *val) - subtract 1 from *val, return its original value