Searched defs:fetch_or (Results 1 – 3 of 3) sorted by relevance
41 pub(crate) fn fetch_or(&self, val: u64, _: Ordering) -> u64 { in fetch_or() method
571 pub fn fetch_or(&self, val: bool) -> bool { in fetch_or() method
735 pub fn fetch_or<'g>(&self, val: usize, ord: Ordering, _: &'g Guard) -> Shared<'g, T> { in fetch_or() method