Home
last modified time | relevance | path

Searched refs:incr_overflow_count (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/
Dstats.rs134 pub(crate) fn incr_overflow_count(&mut self) { in incr_overflow_count() method
135 self.batch.incr_overflow_count(); in incr_overflow_count()
Dqueue.rs339 stats.incr_overflow_count(); in push_overflow()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Dstats.rs172 pub(crate) fn incr_overflow_count(&mut self) { in incr_overflow_count() method
173 self.batch.incr_overflow_count(); in incr_overflow_count()
Dqueue.rs331 stats.incr_overflow_count(); in push_overflow()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/metrics/
Dmock.rs57 pub(crate) fn incr_overflow_count(&mut self) {}
Dbatch.rs168 pub(crate) fn incr_overflow_count(&mut self) {