Searched refs:fetch_update (Results 1 – 2 of 2) sorted by relevance
86 self.fetch_update(|curr| { in transition_to_running()114 self.fetch_update(|curr| { in transition_to_idle()151 self.fetch_update(|mut snapshot| { in transition_to_terminal()186 let _ = self.fetch_update(|mut snapshot| { in transition_to_shutdown()237 self.fetch_update(|curr| { in unset_join_interested()256 self.fetch_update(|curr| { in set_join_waker()276 self.fetch_update(|curr| { in unset_waker()320 fn fetch_update<F>(&self, mut f: F) -> Result<Snapshot, Snapshot> in fetch_update() method
208 .fetch_update(Ordering::SeqCst, Ordering::SeqCst, |ticket| { in try_lock()