Home
last modified time | relevance | path

Searched defs:blocking_queue_depth (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/tokio/src/runtime/scheduler/multi_thread_alt/handle/
Dmetrics.rs38 pub(crate) fn blocking_queue_depth(&self) -> usize { in blocking_queue_depth() method
/external/rust/crates/tokio/src/runtime/scheduler/multi_thread/handle/
Dmetrics.rs38 pub(crate) fn blocking_queue_depth(&self) -> usize { in blocking_queue_depth() method
/external/rust/crates/tokio/src/runtime/metrics/
Druntime.rs833 pub fn blocking_queue_depth(&self) -> usize { in blocking_queue_depth() method
/external/rust/crates/tokio/tests/
Drt_metrics.rs55 fn blocking_queue_depth() { in blocking_queue_depth() function