atomic_dec_32
#define atomic_dec_32(x) atomic_subtract_32(x, 1)
#define atomic_dec_32(x) atomic_add_int(x, 1)