Home
last modified time | relevance | path

Searched defs:atomic_u8 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/scudo/standalone/
H A Datomic_helpers.h31 struct atomic_u8 { struct
32 typedef u8 Type;
33 volatile Type ValDoNotUse;
/aosp_15_r20/external/rust/android-crates-io/crates/atomic/src/
Dlib.rs568 fn atomic_u8() { in atomic_u8() function