Home
last modified time | relevance | path

Searched defs:AtomicUint32Base (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_chre/include/chre/target_platform/
H A Datomic_base.h28 using AtomicUint32Base = AtomicBase<uint32_t>; variable
/aosp_15_r20/system/chre/platform/slpi/include/chre/target_platform/
H A Datomic_base.h40 typedef AtomicBase AtomicUint32Base; typedef
/aosp_15_r20/system/chre/platform/zephyr/include/chre/target_platform/
H A Datomic_base.h30 typedef AtomicBase AtomicUint32Base; typedef
/aosp_15_r20/system/chre/platform/linux/include/chre/target_platform/
H A Datomic_base.h39 typedef AtomicBase<uint32_t> AtomicUint32Base; typedef