Searched refs:atomic_try_cmpxchg_relaxed (Results 1 – 2 of 2) sorted by relevance
164 } while (!atomic_try_cmpxchg_relaxed(&lock->val, &old, new)); in xchg_tail()429 if (atomic_try_cmpxchg_relaxed(&lock->val, &val, _Q_LOCKED_VAL)) in arena_spin_lock_slowpath()
134 #define atomic_try_cmpxchg_relaxed(p, pold, new) \ macro
Completed in 4 milliseconds