Home
last modified time | relevance | path

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

/external/scudo/standalone/
Datomic_helpers.h46 struct atomic_u32 { struct
47 typedef u32 Type;
48 volatile Type ValDoNotUse;
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Datomic_helpers.h46 struct atomic_u32 { struct
47 typedef u32 Type;
48 volatile Type ValDoNotUse;
/external/rust/crates/tokio/src/loom/std/
Dmod.rs5 mod atomic_u32; module