Searched defs:AtomicBool (Results  1 – 12 of 12) sorted by relevance
| /external/rust/crates/vulkano/src/swapchain/ | 
| D | mod.rs | 341     fn flag(&self) -> &AtomicBool;  in flag()
 | 
| D | surface.rs | 660     fn flag(&self) -> &AtomicBool {  in flag()
 | 
| /external/crosvm/devices/src/pci/ac97_bus_master/sys/ | 
| D | windows.rs | 354     mute: &Arc<AtomicBool>,  in play_buffer()411     thread_run: &AtomicBool,  in audio_out_thread()
 414     mute: Arc<AtomicBool>,  in audio_out_thread()
 506     thread_run: &AtomicBool,  in audio_in_thread()
 
 | 
| /external/clang/test/SemaObjC/ | 
| D | property-atomic-bool.m | 29 typedef _Atomic(_Bool) AtomicBool;  typedef
 | 
| /external/rust/crates/crossbeam-utils/src/atomic/ | 
| D | atomic_cell.rs | 771         let a = unsafe { &*(self.as_ptr() as *const AtomicBool) };  in fetch_and()  constant795         let a = unsafe { &*(self.as_ptr() as *const AtomicBool) };  in fetch_nand()  constant
 816         let a = unsafe { &*(self.as_ptr() as *const AtomicBool) };  in fetch_or()  constant
 837         let a = unsafe { &*(self.as_ptr() as *const AtomicBool) };  in fetch_xor()  constant
 
 | 
| /external/rust/crates/rayon/src/iter/ | 
| D | take_any_while.rs | 123 fn take<T>(item: &T, taking: &AtomicBool, predicate: &impl Fn(&T) -> bool) -> bool {  in take()
 | 
| D | skip_any_while.rs | 123 fn skip<T>(item: &T, skipping: &AtomicBool, predicate: &impl Fn(&T) -> bool) -> bool {  in skip()
 | 
| /external/crosvm/src/crosvm/plugin/ | 
| D | mod.rs | 261     kill_signaled: &Arc<AtomicBool>,  in run_vcpus()
 | 
| /external/rust/crates/async-trait/tests/ | 
| D | test.rs | 1176         async fn async_trait(_: Flagger<'_>, flag: &AtomicBool);  in async_trait()1183         async fn async_trait(_: Flagger<'_>, flag: &AtomicBool) {  in async_trait()
 1188     async fn standalone(_: Flagger<'_>, flag: &AtomicBool) {  in standalone()
 1194         async fn async_trait(self, flag: &AtomicBool);  in async_trait()
 1199         async fn async_trait(self, flag: &AtomicBool) {  in async_trait()
 
 | 
| /external/crosvm/devices/src/virtio/gpu/ | 
| D | virtio_gpu.rs | 347         display_event: Arc<AtomicBool>,  in new()
 | 
| D | mod.rs | 210     display_event: Arc<AtomicBool>,  in build()
 | 
| /external/rust/crates/arbitrary/src/ | 
| D | lib.rs | 391 impl<'a> Arbitrary<'a> for AtomicBool {  implementation
 |