Home
last modified time | relevance | path

Searched defs:atomic_u64 (Results 1 – 3 of 3) sorted by relevance

/external/scudo/standalone/
Datomic_helpers.h51 struct atomic_u64 { struct
52 typedef u64 Type;
54 alignas(8) volatile Type ValDoNotUse;
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Datomic_helpers.h51 struct atomic_u64 { struct
52 typedef u64 Type;
54 alignas(8) volatile Type ValDoNotUse;
/external/rust/crates/tokio/src/loom/std/
Dmod.rs6 mod atomic_u64; module