Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/metrics/
H A Druntime.rs243 AsyncHandle::MultiThread(spawner) => spawner.exe_mng_info.global.get_count(), in global_queue_total_task_count()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs546 pub(crate) fn get_count(&self) -> u64 { in get_count() method