Home
last modified time | relevance | path

Searched refs:end_processing_scheduled_tasks (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/
Dstats.rs92 pub(crate) fn end_processing_scheduled_tasks(&mut self) { in end_processing_scheduled_tasks() method
93 self.batch.end_processing_scheduled_tasks(); in end_processing_scheduled_tasks()
Dworker.rs551 core.stats.end_processing_scheduled_tasks(); in run()
679 core.stats.end_processing_scheduled_tasks(); in maintenance()
/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Dstats.rs124 pub(crate) fn end_processing_scheduled_tasks(&mut self, ephemeral: &mut Ephemeral) { in end_processing_scheduled_tasks() method
125 self.batch.end_processing_scheduled_tasks(); in end_processing_scheduled_tasks()
Dworker.rs709 core.stats.end_processing_scheduled_tasks(&mut self.stats); in next_task()
1076 core.stats.end_processing_scheduled_tasks(&mut self.stats); in maybe_maintenance()
/external/rust/android-crates-io/crates/tokio/src/runtime/metrics/
Dmock.rs48 pub(crate) fn end_processing_scheduled_tasks(&mut self) {} in end_processing_scheduled_tasks() method
Dbatch.rs131 pub(crate) fn end_processing_scheduled_tasks(&mut self) { in end_processing_scheduled_tasks() method
/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/current_thread/
Dmod.rs752 core.metrics.end_processing_scheduled_tasks(); in block_on()
776 core.metrics.end_processing_scheduled_tasks(); in block_on()