Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/
Dstats.rs85 pub(crate) fn start_processing_scheduled_tasks(&mut self) { in start_processing_scheduled_tasks() method
86 self.batch.start_processing_scheduled_tasks(); in start_processing_scheduled_tasks()
Dworker.rs529 core.stats.start_processing_scheduled_tasks(); in run()
557 core.stats.start_processing_scheduled_tasks(); in run()
566 core.stats.start_processing_scheduled_tasks(); in run()
688 core.stats.start_processing_scheduled_tasks(); in maintenance()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Dstats.rs111 pub(crate) fn start_processing_scheduled_tasks(&mut self, ephemeral: &mut Ephemeral) { in start_processing_scheduled_tasks() method
112 self.batch.start_processing_scheduled_tasks(); in start_processing_scheduled_tasks()
Dworker.rs544 core.stats.start_processing_scheduled_tasks(&mut $w.stats);
577 core.stats.start_processing_scheduled_tasks(&mut self.stats); in run()
1081 core.stats.start_processing_scheduled_tasks(&mut self.stats); in maybe_maintenance()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/current_thread/
Dmod.rs722 core.metrics.start_processing_scheduled_tasks(); in block_on()
760 core.metrics.start_processing_scheduled_tasks(); in block_on()
782 core.metrics.start_processing_scheduled_tasks(); in block_on()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/metrics/
Dmock.rs47 pub(crate) fn start_processing_scheduled_tasks(&mut self) {} in start_processing_scheduled_tasks() method
Dbatch.rs126 pub(crate) fn start_processing_scheduled_tasks(&mut self) { in start_processing_scheduled_tasks() method