Searched refs:mm_atomic_dec_imp (Results 1 – 8 of 8) sorted by relevance
68 #define mm_atomic_dec_imp(_p) InterlockedDecrement((long*)(_p)) macro
51 static __inline s32_t mm_atomic_dec_imp(u32_t *p) in mm_atomic_dec_imp() function
52 static __inline u32_t mm_atomic_dec_imp(u32_t *p) in mm_atomic_dec_imp() function
69 #define mm_atomic_dec_imp(_p) ediag_atomic_dec_and_test((s32_t *)_p) macro
57 #define mm_atomic_dec_imp(_p) atomic_dec_32_nv((volatile uint32_t *)(_p)) macro
57 static __inline s32_t mm_atomic_dec_imp(u32_t *p) in mm_atomic_dec_imp() function
80 #define mm_atomic_dec_imp(_p) InterlockedDecrement((long*)(_p)) macro
90 #define mm_atomic_dec(/* u32_t* */_p) mm_atomic_dec_imp(_p)