Home
last modified time | relevance | path

Searched defs:Worker (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dworker.rs91 pub(crate) fn run_worker(worker: Arc<Worker>, handle: Arc<Handle>) { in run_worker()
123 pub(crate) struct Worker { struct
131 unsafe impl Send for Worker {} implementation
132 unsafe impl Sync for Worker {} implementation
134 impl Worker { impl
257 fn check_cancel(&mut self, worker: &Worker) { in check_cancel()
264 fn periodic_check(&mut self, worker: &Worker) { in periodic_check()
H A Dasync_pool.rs392 fn async_thread_proc(inner: Arc<Inner>, worker: Arc<Worker>, handle: Arc<Handle>) { in async_thread_proc()
597 pub(crate) fn get_worker(&self, index: usize) -> Result<Arc<Worker>, ()> { in get_worker()
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dmulti_thread_capability.md39 ## Worker section
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dworker.h90 explicit Worker(napi_env env) : hostEnv_(env) {}; in Worker() function
H A Dtask.h47 class Worker; variable
/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_work_queue.c47 } Worker; typedef
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp60 Worker::Worker(napi_env env, napi_ref thisVar) in Worker() function in Commonlibrary::Concurrent::WorkerModule::Worker