Home
last modified time | relevance | path

Searched refs:transition_to_terminal (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/tokio/src/runtime/task/
Dharness.rs188 .transition_to_terminal(is_join_interested) in complete()
219 fn transition_to_terminal(&self, is_join_interested: bool) -> bool { in transition_to_terminal() function
235 .transition_to_terminal(!is_join_interested, ref_dec); in transition_to_terminal()
Dstate.rs150 pub(super) fn transition_to_terminal(&self, complete: bool, ref_dec: bool) -> Snapshot { in transition_to_terminal() method