Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/
Dworker.rs786 self.tune_global_queue_interval(worker); in next_task()
1013 fn tune_global_queue_interval(&mut self, worker: &Worker) { in tune_global_queue_interval() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Dworker.rs746 self.tune_global_queue_interval(cx, &mut core); in next_notified_task()
1295 fn tune_global_queue_interval(&mut self, cx: &Context, core: &mut Core) { in tune_global_queue_interval() method