Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/handle/
Dmetrics.rs43 pub(crate) fn worker_local_queue_depth(&self, worker: usize) -> usize { in worker_local_queue_depth() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Drt_unstable_metrics.rs690 fn worker_local_queue_depth() { in worker_local_queue_depth() function