Searched refs:load_consume (Results 1 – 4 of 4) sorted by relevance
25 fn load_consume(&self) -> Self::Val; in load_consume() method32 fn load_consume(&self) -> Self::Val {44 fn load_consume(&self) -> Self::Val {
104 - Mark `load_consume` with `#[inline]`.108 - `load_consume` on ARM and AArch64.113 - Add `load_consume` for atomic load-consume memory ordering.
94 - Add `load_consume` to `Atomic`.
390 pub fn load_consume<'g>(&self, _: &'g Guard) -> Shared<'g, T> { in load_consume() method391 unsafe { Shared::from_usize(self.data.load_consume()) } in load_consume()