Searched refs:fetch_update_action (Results 1 – 1 of 1) sorted by relevance
112 self.fetch_update_action(|mut next| { in transition_to_running()146 self.fetch_update_action(|curr| { in transition_to_idle()210 self.fetch_update_action(|mut snapshot| { in transition_to_notified_by_val()248 self.fetch_update_action(|mut snapshot| { in transition_to_notified_by_ref()281 self.fetch_update_action(|mut snapshot| { in transition_to_notified_for_tracing()297 self.fetch_update_action(|mut snapshot| { in transition_to_notified_and_cancel()470 fn fetch_update_action<F, T>(&self, mut f: F) -> T in fetch_update_action() method