Searched refs:transition_to_terminal (Results 1 – 2 of 2) sorted by relevance
188 .transition_to_terminal(is_join_interested) in complete()219 fn transition_to_terminal(&self, is_join_interested: bool) -> bool { in transition_to_terminal() function235 .transition_to_terminal(!is_join_interested, ref_dec); in transition_to_terminal()
150 pub(super) fn transition_to_terminal(&self, complete: bool, ref_dec: bool) -> Snapshot { in transition_to_terminal() method