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/rust/crates/tokio/src/loom/std/
Dmod.rs4 mod atomic_u32; module
/external/rust/crates/atomic/src/
Dlib.rs574 fn atomic_u32() { in atomic_u32() function