Home
last modified time | relevance | path

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

/external/scudo/standalone/
Datomic_helpers.h36 struct atomic_u16 { struct
37 typedef u16 Type;
38 volatile Type ValDoNotUse;
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Datomic_helpers.h36 struct atomic_u16 { struct
37 typedef u16 Type;
38 volatile Type ValDoNotUse;
/external/rust/crates/tokio/src/loom/std/
Dmod.rs4 mod atomic_u16; module