Searched defs:AtomicI32 (Results 1 – 7 of 7) 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
51 fn _atomic_i32_ffi_safety(_: AtomicI32); in _atomic_i32_ffi_safety()
97 unsafe impl Zeroable for core::sync::atomic::AtomicI32 {} implementation
99 unsafe impl Zeroable for core::sync::atomic::AtomicI32 {} implementation
337 message_loop_state: Arc<AtomicI32>, in run_message_loop()