Searched defs:fetch_and (Results 1 – 2 of 2) sorted by relevance
550 pub fn fetch_and(&self, val: bool) -> bool { in fetch_and() method
712 pub fn fetch_and<'g>(&self, val: usize, ord: Ordering, _: &'g Guard) -> Shared<'g, T> { in fetch_and() method