Searched defs:fetch_xor (Results 1 – 3 of 3) sorted by relevance
299 pub fn fetch_xor(&self, val: bool, order: Ordering) -> bool { in fetch_xor() method
836 pub fn fetch_xor(&self, val: bool) -> bool { in fetch_xor() method
843 pub fn fetch_xor<'g>(&self, val: usize, ord: Ordering, _: &'g Guard) -> Shared<'g, T> { in fetch_xor() method