Searched defs:atomic_u64 (Results 1 – 3 of 3) sorted by relevance
51 struct atomic_u64 { struct52 typedef u64 Type;54 alignas(8) volatile Type ValDoNotUse;
5 mod atomic_u64; module
634 fn atomic_u64() { in atomic_u64() function