Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs116 pub(crate) fn task_from_global_count(&self) -> u64 { in task_from_global_count() method
117 self.inner.task_from_global_count() in task_from_global_count()
143 task_from_global_count: AtomicU64, field
165 fn task_from_global_count(&self) -> u64 { in task_from_global_count() method
166 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()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/metrics/
H A Druntime.rs379 let len = unsafe { worker.get_inner_ptr().run_queue.task_from_global_count() }; in worker_get_task_from_global_count()