Home
last modified time | relevance | path

Searched defs:workers (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dasync_pool.rs385 workers: Mutex<Vec<Arc<Worker>>>, field
436 let mut workers = vec![]; in create_async_thread_pool() localVariable
H A Dblocking_pool.rs83 let workers = std::mem::take(&mut shared.worker_threads); in shutdown() localVariable
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest_taskpool.cpp154 uint32_t workers = TaskManager::GetInstance().GetRunningWorkers(); variable