Searched defs:try_cmpxchg (Results 1 – 2 of 2) sorted by relevance
49 #define try_cmpxchg(p, pold, new) \ macro
447 fn try_cmpxchg<Ordering: ordering::Ordering>(&self, old: &mut T, new: T, _: Ordering) -> bool { in try_cmpxchg() function