os_atomic_dec_uint
#define os_atomic_dec_uint(x) atomic_dec_uint(x)
#define os_atomic_dec_uint(x) atomic_subtract_int(x, 1)