Searched refs:xchg_acquire (Results 1 – 3 of 3) sorted by relevance
408 #define xchg_acquire xchg macro413 #ifndef xchg_acquire414 #define xchg_acquire(...) __atomic_op_acquire(xchg, __VA_ARGS__) macro
80 #define atomic_xchg_acquire(v, new) xchg_acquire(&((v)->counter), (new))
116 #define xchg_acquire(...) __xchg_wrapper(_acq, __VA_ARGS__) macro