Searched refs:fetch_nand (Results 1 – 3 of 3) sorted by relevance
408 pub fn fetch_nand(&self, val: $t) -> $t {600 pub fn fetch_nand(&self, val: $t) -> $t {603 a.fetch_nand(val, Ordering::AcqRel)794 pub fn fetch_nand(&self, val: bool) -> bool { in fetch_nand() method796 a.fetch_nand(val, Ordering::AcqRel) in fetch_nand()
292 assert_eq!(a.fetch_nand(7), 17);
42 - Add `AtomicCell<{i*,u*,bool}>::fetch_nand`. (#785)