Searched refs:xchg_acquire (Results 1 – 5 of 5) sorted by relevance
75 #define xchg_acquire(ptr, x) \ macro
33 xchg_acquire(X,V) __xchg{acquire}(X,V)
11 #define xchg_acquire xchg macro15 #ifndef xchg_acquire16 #define xchg_acquire(...) \ macro
1653 #define xchg_acquire(ptr, ...) \ macro
1774 r = xchg_acquire(&s, 1);