Home
last modified time | relevance | path

Searched defs:fetch_xor (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/crossbeam-utils/src/atomic/
Datomic_cell.rs592 pub fn fetch_xor(&self, val: bool) -> bool { in fetch_xor() method
/external/rust/crates/crossbeam-epoch/src/
Datomic.rs758 pub fn fetch_xor<'g>(&self, val: usize, ord: Ordering, _: &'g Guard) -> Shared<'g, T> { in fetch_xor() method