Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dworker.rs79 pub(crate) fn run_worker(worker: Arc<Worker>, handle: Arc<Handle>) { in run_worker()
111 pub(crate) struct Worker { struct
119 unsafe impl Send for Worker {} argument
120 unsafe impl Sync for Worker {} implementation
122 impl Worker { implementation
254 fn check_cancel(&mut self, worker: &Worker) { in check_cancel()
261 fn periodic_check(&mut self, worker: &Worker) { in periodic_check()
Dasync_pool.rs331 fn async_thread_proc(inner: Arc<Inner>, worker: Arc<Worker>, handle: Arc<Handle>) { in async_thread_proc()
530 pub(crate) fn get_worker(&self, index: u8) -> Result<Arc<Worker>, ()> { in get_worker()
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dtimer_test.rs55 struct Worker {} struct
57 impl Worker { impl
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dworker.h47 explicit Worker(napi_env env) : hostEnv_(env) {}; in Worker() function
/commonlibrary/ets_utils/js_concurrent_module/worker/
Dworker.cpp32 Worker::Worker(napi_env env, napi_ref thisVar) in Worker() function in Commonlibrary::Concurrent::WorkerModule::Worker