Searched refs:unsync_load (Results 1 – 4 of 4) sorted by relevance
118 let tail = unsafe { self.inner.tail.unsync_load() }; in push_back()261 let tail = unsafe { self.inner.tail.unsync_load() }; in pop()304 let dst_tail = unsafe { dst.inner.tail.unsync_load() }; in steal_into()520 let len = unsafe { self.len.unsync_load() }; in push()562 let len = unsafe { self.len.unsync_load() }; in push_batch()592 .store(unsafe { self.len.unsync_load() } - 1, Release); in pop()
25 pub(crate) unsafe fn unsync_load(&self) -> u16 { in unsync_load() method
25 pub(crate) unsafe fn unsync_load(&self) -> usize { in unsync_load() method
802 Owned::from_usize(self.data.unsync_load()) in into_owned()