Searched defs:AtomicI32 (Results 1 – 10 of 10) sorted by relevance
80 &self.parked as *const AtomicI32 as *mut i32 in ptr() constant
115 &self.futex as *const AtomicI32 as *mut i32 in ptr() constant
215 impl RefUnwindSafe for crate::sync::atomic::AtomicI32 {} implementation
97 unsafe impl Zeroable for core::sync::atomic::AtomicI32 {} implementation
93 unsafe impl Zeroable for core::sync::atomic::AtomicI32 {} implementation
337 message_loop_state: Arc<AtomicI32>, in run_message_loop()