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;
6 mod atomic_u64; module