Home
last modified time | relevance | path

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

/aosp12/system/chre/platform/slpi/include/chre/target_platform/
H A Datomic_base_impl.h30 inline AtomicBool::AtomicBool(bool startingValue) { in AtomicBool() function
/aosp12/system/chre/platform/freertos/include/chre/target_platform/
H A Datomic_base_impl.h24 inline AtomicBool::AtomicBool(bool startingValue) { in AtomicBool() function
/aosp12/system/chre/platform/linux/include/chre/target_platform/
H A Datomic_base_impl.h24 inline AtomicBool::AtomicBool(bool startingValue) { in AtomicBool() function
/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dintegration.rs305 fn register_death_notification(binder: &mut SpIBinder) -> (Arc<AtomicBool>, DeathRecipient) { in register_death_notification()