Searched defs:atomic_xchg_acquire (Results 1 – 2 of 2) sorted by relevance
159 #define atomic_xchg_acquire atomic_xchg macro165 #define atomic_xchg_acquire(...) \ macro
80 #define atomic_xchg_acquire(v, new) xchg_acquire(&((v)->counter), (new)) macro