Searched refs:xchg_acquire (Results 1 – 6 of 6) sorted by relevance
89 #define atomic_xchg_acquire(v, new) xchg_acquire(&((v)->counter), (new))
114 #define xchg_acquire(...) __xchg_wrapper(_acq, __VA_ARGS__) macro
545 #define xchg_acquire xchg macro550 #ifndef xchg_acquire551 #define xchg_acquire(...) __atomic_op_acquire(xchg, __VA_ARGS__) macro
83 #define xchg_acquire(ptr, x) \ macro
31 xchg_acquire(X,V) __xchg{acquire}(X,V)
1847 r = xchg_acquire(&s, 1);