Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/thread_pool/
Didle.rs43 pub(super) fn worker_to_notify(&self) -> Option<usize> { in worker_to_notify() method
Dworker.rs777 if let Some(index) = self.idle.worker_to_notify() { in notify_parked()