Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/task/
Dstate.rs113 pub(super) fn transition_to_idle(&self) -> UpdateResult { in transition_to_idle() method
Dharness.rs430 Ok(Poll::Pending) => match header.state.transition_to_idle() { in poll_future()