Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Dworker.rs98 num_seq_local_queue_polls: u32, field
489 num_seq_local_queue_polls: 0, in run()
738 self.num_seq_local_queue_polls += 1; in next_notified_task()
740 if self.num_seq_local_queue_polls % self.global_queue_interval == 0 { in next_notified_task()
743 self.num_seq_local_queue_polls = 0; in next_notified_task()