Home
last modified time | relevance | path

Searched defs:worker_local_queue_depth (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/tokio/src/runtime/scheduler/multi_thread/worker/
Dmetrics.rs8 pub(crate) fn worker_local_queue_depth(&self, worker: usize) -> usize { in worker_local_queue_depth() method
/external/rust/crates/tokio/src/runtime/scheduler/multi_thread_alt/worker/
Dmetrics.rs8 pub(crate) fn worker_local_queue_depth(&self, worker: usize) -> usize { in worker_local_queue_depth() method
/external/rust/crates/tokio/src/runtime/scheduler/multi_thread_alt/handle/
Dmetrics.rs34 pub(crate) fn worker_local_queue_depth(&self, worker: usize) -> usize { in worker_local_queue_depth() method
/external/rust/crates/tokio/src/runtime/scheduler/multi_thread/handle/
Dmetrics.rs34 pub(crate) fn worker_local_queue_depth(&self, worker: usize) -> usize { in worker_local_queue_depth() method
/external/rust/crates/tokio/src/runtime/metrics/
Druntime.rs578 pub fn worker_local_queue_depth(&self, worker: usize) -> usize { in worker_local_queue_depth() method
/external/rust/crates/tokio/tests/
Drt_metrics.rs559 fn worker_local_queue_depth() { in worker_local_queue_depth() function