Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tokio/src/runtime/task/
Dharness.rs349 if self.state().transition_to_terminal(num_release) { in complete()
Dstate.rs192 pub(super) fn transition_to_terminal(&self, count: usize) -> bool { in transition_to_terminal() method