Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/task/
Dstate.rs175 pub(super) fn transition_to_notified(&self) -> bool { in transition_to_notified() method
Dharness.rs138 if self.header().state.transition_to_notified() { in wake_by_ref()