Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Drt_unstable_metrics.rs645 fn worker_overflow_count() { in worker_overflow_count() function
683 .map(|i| metrics.worker_overflow_count(i)) in worker_overflow_count()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/metrics/
Druntime.rs675 pub fn worker_overflow_count(&self, worker: usize) -> u64 {