Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/metrics/
Druntime.rs543 pub fn worker_local_queue_depth(&self, worker: usize) -> usize { in worker_local_queue_depth() method
/external/rust/crates/tokio/tests/
Drt_metrics.rs385 fn worker_local_queue_depth() { in worker_local_queue_depth() function