Home
last modified time | relevance | path

Searched refs:into_usize (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/crossbeam-epoch/src/
Datomic.rs410 self.data.store(new.into_usize(), ord); in store()
430 unsafe { Shared::from_usize(self.data.swap(new.into_usize(), ord)) } in swap()
474 let new = new.into_usize(); in compare_exchange()
476 .compare_exchange(current.into_usize(), new, success, failure) in compare_exchange()
549 let new = new.into_usize(); in compare_exchange_weak()
551 .compare_exchange_weak(current.into_usize(), new, success, failure) in compare_exchange_weak()
911 fn into_usize(self) -> usize; in into_usize() method
935 fn into_usize(self) -> usize { in into_usize() method
1043 unsafe { Shared::from_usize(self.into_usize()) } in into_shared()
1074 let data = self.into_usize(); in with_tag()
[all …]