Searched defs:LOS_AtomicInc (Results 1 – 4 of 4) sorted by relevance
48 #define LOS_AtomicInc ArchAtomicInc macro
76 #define LOS_AtomicInc(a) (++*(a)) macro
115 #define LOS_AtomicInc(a) (++*(a)) macro
193 STATIC INLINE VOID LOS_AtomicInc(Atomic *v) in LOS_AtomicInc() function