mm_atomic_cmpxchg_imp
static __inline s32_t mm_atomic_cmpxchg_imp(u32_t *p,
#define mm_atomic_cmpxchg_imp(_p, _cmp, _new_v) ediag_atomic_cmpxchg((s32_t *)_p, (int)_cmp, (int)_new_v)
#define mm_atomic_cmpxchg_imp(_p, _old_val, _new_val) \
#define mm_atomic_cmpxchg_imp(_p, _old_val, _new_val) \
static __inline s32_t mm_atomic_cmpxchg_imp(u32_t *p,
#define mm_atomic_cmpxchg_imp(_p, _old_val, _new_val) \