Searched defs:OsalAtomicReadWrapper (Results 1 – 5 of 5) sorted by relevance
25 #define OsalAtomicReadWrapper(v) (*(volatile int *)&(v)->counter) macro
28 #define OsalAtomicReadWrapper(v) atomic_read((const atomic_t *)(v)) macro
41 #define OsalAtomicReadWrapper(v) LOS_AtomicRead((const Atomic *)&(v)->counter) macro
41 #define OsalAtomicReadWrapper(v) ((v)->counter) macro