Searched refs:unsync_load (Results 1 – 5 of 5) sorted by relevance
88 let len = unsafe { self.len.unsync_load() }; in push()167 let len = unsafe { self.len.unsync_load() }; in push_batch_inner()197 .store(unsafe { self.len.unsync_load() } - 1, Release); in pop()
111 let tail = unsafe { self.inner.tail.unsync_load() }; in push_back()260 let tail = unsafe { self.inner.tail.unsync_load() }; in pop()307 let dst_tail = unsafe { dst.inner.tail.unsync_load() }; in steal_into()
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
865 Owned::from_usize(self.data.unsync_load()) in into_owned()