Searched defs:OsalAtomicIncWrapper (Results 1 – 5 of 5) sorted by relevance
27 #define OsalAtomicIncWrapper(v) __sync_fetch_and_add(&(v)->counter, 1) macro
30 #define OsalAtomicIncWrapper(v) atomic_inc((atomic_t *)(v)) macro
43 #define OsalAtomicIncWrapper(v) LOS_AtomicInc((Atomic *)&(v)->counter) macro
43 #define OsalAtomicIncWrapper(v) ((v)->counter)++ macro