Searched refs:unparked (Results 1 – 2 of 2) sorted by relevance
50 unparked: AtomicBool, field56 unparked: AtomicBool::new(false),63 let unparked = arc_self.unparked.swap(true, Ordering::Relaxed); in wake_by_ref() localVariable64 if !unparked { in wake_by_ref()91 let unparked = thread_notify.unparked.swap(false, Ordering::Acquire); in run_executor() localVariable92 if !unparked { in run_executor()100 thread_notify.unparked.store(false, Ordering::Release); in run_executor()
608 let unparked = match timeout { in park() localVariable619 if unparked { in park()