Searched refs:atomic_cmpxchg_relaxed (Results 1 – 5 of 5) sorted by relevance
10 #ifndef atomic_cmpxchg_relaxed11 #define atomic_cmpxchg_relaxed atomic_cmpxchg macro
105 | atomic_cmpxchg_relaxed | On success: R*[ONCE] ->rmw W*[ONCE] |
104 while examples of the latter include atomic_cmpxchg_relaxed() and
131 atomic_cmpxchg_relaxed(X,V,W) __cmpxchg{ONCE}(X,V,W)
419 return atomic_cmpxchg_relaxed(v, old, new); in rust_helper_atomic_cmpxchg_release()