Searched refs:atomic_xchg_acquire (Results 1 – 7 of 7) sorted by relevance
337 OrderingType::Acquire => T::Repr::atomic_xchg_acquire(&self.0, v), in xchg()
89 | atomic_xchg_acquire | |
32 but atomic_read_acquire() and atomic_xchg_acquire() also include
343 such as atomic_xchg_acquire() and atomic_cmpxchg_acquire().
129 atomic_xchg_acquire(X,V) __xchg{ACQUIRE}(X,V)
388 return atomic_xchg_acquire(v, new); in rust_helper_atomic_xchg_acquire()
1135 atomic_xchg_acquire(atomic_t *v, int new) in atomic_xchg_acquire() function