Searched refs:task_from_global_count (Results 1 – 2 of 2) sorted by relevance
116 pub(crate) fn task_from_global_count(&self) -> u64 { in task_from_global_count() method117 self.inner.task_from_global_count() in task_from_global_count()143 task_from_global_count: AtomicU64, field165 fn task_from_global_count(&self) -> u64 { in task_from_global_count() method166 self.metrics.task_from_global_count.load(Acquire) in task_from_global_count()191 task_from_global_count: AtomicU64::new(0), in new()509 .task_from_global_count in pop_batch()
379 let len = unsafe { worker.get_inner_ptr().run_queue.task_from_global_count() }; in worker_get_task_from_global_count()