Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs121 pub(crate) fn task_to_global_count(&self) -> u64 { in task_to_global_count() method
122 self.inner.task_to_global_count() in task_to_global_count()
146 task_to_global_count: AtomicU64, field
171 fn task_to_global_count(&self) -> u64 { in task_to_global_count() method
172 self.metrics.task_to_global_count.load(Acquire) in task_to_global_count()
192 task_to_global_count: AtomicU64::new(0), in new()
333 .task_to_global_count in push_overflowed()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/metrics/
H A Druntime.rs410 let len = unsafe { worker.get_inner_ptr().run_queue.task_to_global_count() }; in worker_push_task_to_global_count()