Searched defs:StaticAtomicU64 (Results 1 – 4 of 4) sorted by relevance
5 pub(crate) struct StaticAtomicU64 { struct18 impl StaticAtomicU64 { argument19 pub(crate) const fn new(val: u64) -> StaticAtomicU64 { in new()
4 pub(crate) type StaticAtomicU64 = AtomicU64; typedef
71 pub(crate) type StaticAtomicU64 = std::sync::atomic::AtomicU64; typedef