/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 254 pub struct AtomicBool { struct 260 impl Default for AtomicBool { implementation 271 unsafe impl Sync for AtomicBool {} implementation 397 impl AtomicBool { implementation 412 pub const fn new(v: bool) -> AtomicBool { in new() 457 pub const unsafe fn from_ptr<'a>(ptr: *mut bool) -> &'a AtomicBool { in from_ptr() 2066 impl From<bool> for AtomicBool { implementation 3750 impl fmt::Debug for AtomicBool { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 254 pub struct AtomicBool { struct 260 impl Default for AtomicBool { argument 271 unsafe impl Sync for AtomicBool {} implementation 397 impl AtomicBool { impl 412 pub const fn new(v: bool) -> AtomicBool { in new() 457 pub const unsafe fn from_ptr<'a>(ptr: *mut bool) -> &'a AtomicBool { in from_ptr() 2066 impl From<bool> for AtomicBool { implementation 3750 impl fmt::Debug for AtomicBool { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 254 pub struct AtomicBool { struct 260 impl Default for AtomicBool { argument 271 unsafe impl Sync for AtomicBool {} implementation 397 impl AtomicBool { impl 412 pub const fn new(v: bool) -> AtomicBool { in new() 457 pub const unsafe fn from_ptr<'a>(ptr: *mut bool) -> &'a AtomicBool { in from_ptr() 2067 impl From<bool> for AtomicBool { implementation 3735 impl fmt::Debug for AtomicBool { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 254 pub struct AtomicBool { struct 260 impl Default for AtomicBool { implementation 271 unsafe impl Sync for AtomicBool {} implementation 397 impl AtomicBool { implementation 412 pub const fn new(v: bool) -> AtomicBool { in new() 457 pub const unsafe fn from_ptr<'a>(ptr: *mut bool) -> &'a AtomicBool { in from_ptr() 2067 impl From<bool> for AtomicBool { implementation 3735 impl fmt::Debug for AtomicBool { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 254 pub struct AtomicBool { struct 260 impl Default for AtomicBool { implementation 271 unsafe impl Sync for AtomicBool {} implementation 397 impl AtomicBool { implementation 412 pub const fn new(v: bool) -> AtomicBool { in new() 457 pub const unsafe fn from_ptr<'a>(ptr: *mut bool) -> &'a AtomicBool { in from_ptr() 2066 impl From<bool> for AtomicBool { implementation 3750 impl fmt::Debug for AtomicBool { implementation
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | property-atomic-bool.m | 29 typedef _Atomic(_Bool) AtomicBool; typedef
|
/aosp_15_r20/external/pigweed/pw_chre/include/chre/target_platform/ |
H A D | atomic_base_impl.h | 21 inline AtomicBool::AtomicBool(bool starting_value) { atomic_ = starting_value; } in AtomicBool() function
|
/aosp_15_r20/system/chre/platform/zephyr/include/chre/target_platform/ |
H A D | atomic_base_impl.h | 26 inline AtomicBool::AtomicBool(bool starting_value) { in AtomicBool() function
|
/aosp_15_r20/system/chre/platform/tinysys/include/chre/target_platform/ |
H A D | atomic_base_impl.h | 24 inline AtomicBool::AtomicBool(bool startingValue) { in AtomicBool() function
|
/aosp_15_r20/system/chre/platform/slpi/include/chre/target_platform/ |
H A D | atomic_base_impl.h | 30 inline AtomicBool::AtomicBool(bool startingValue) { in AtomicBool() function
|
/aosp_15_r20/system/chre/platform/arm/include/chre/target_platform/ |
H A D | atomic_base_impl.h | 24 inline AtomicBool::AtomicBool(bool startingValue) { in AtomicBool() function
|
/aosp_15_r20/system/chre/platform/linux/include/chre/target_platform/ |
H A D | atomic_base_impl.h | 24 inline AtomicBool::AtomicBool(bool startingValue) in AtomicBool() function
|
/aosp_15_r20/external/rust/crates/v4l2r/lib/examples/vicodec_test/ |
D | device_api.rs | 25 lets_quit: Arc<AtomicBool>, in run()
|
D | ioctl_api.rs | 23 lets_quit: Arc<AtomicBool>, in run()
|
/aosp_15_r20/external/rust/android-crates-io/crates/async-trait/tests/ |
D | test.rs | 1192 async fn async_trait(_: Flagger<'_>, flag: &AtomicBool); in async_trait() 1199 async fn async_trait(_: Flagger<'_>, flag: &AtomicBool) { in async_trait() 1204 async fn standalone(_: Flagger<'_>, flag: &AtomicBool) { in standalone() 1210 async fn async_trait(self, flag: &AtomicBool); in async_trait() 1215 async fn async_trait(self, flag: &AtomicBool) { in async_trait()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/FlowSensitive/ |
D | Value.h | 41 AtomicBool, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/swapchain/ |
D | mod.rs | 478 fn flag(&self) -> &AtomicBool; in flag()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/FlowSensitive/ |
D | Value.h | 42 AtomicBool, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/FlowSensitive/ |
D | Value.h | 42 AtomicBool, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/FlowSensitive/ |
D | Value.h | 42 AtomicBool, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/ |
D | skip_any_while.rs | 123 fn skip<T>(item: &T, skipping: &AtomicBool, predicate: &impl Fn(&T) -> bool) -> bool { in skip()
|
D | take_any_while.rs | 123 fn take<T>(item: &T, taking: &AtomicBool, predicate: &impl Fn(&T) -> bool) -> bool { in take()
|
/aosp_15_r20/external/flashrom/util/flashrom_tester/src/ |
H A D | tests.rs | 89 terminate_flag: Option<&AtomicBool>, in generic()
|
/aosp_15_r20/tools/netsim/rust/daemon/src/wireless/ |
H A D | bluetooth.rs | 67 enabled: &AtomicBool, in patch_state()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/panic/ |
H A D | unwind_safe.rs | 244 impl RefUnwindSafe for crate::sync::atomic::AtomicBool {} implementation
|