mm_atomic_or
#define ECORE_SET_BIT(bit, var) mm_atomic_or(var, (1<<bit))
#define mm_atomic_long_or_imp(p, v) mm_atomic_or((p), (v))