Searched defs:mm_atomic_and_imp (Results 1 – 6 of 6) sorted by relevance
81 #define mm_atomic_and_imp(p, v) \ macro
71 #define mm_atomic_and_imp(_p, _v) InterlockedAnd((long*)(_p), (long)(_v)) macro
60 #define mm_atomic_and_imp(_p, _v) \ macro
88 #define mm_atomic_and_imp(_p, _v) InterlockedAnd((long*)(_p), (long)(_v)) macro
70 static __inline s32_t mm_atomic_and_imp(u32_t *p, u32_t v) in mm_atomic_and_imp() function
75 static __inline s32_t mm_atomic_and_imp(u32_t *p, u32_t v) in mm_atomic_and_imp() function