Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dasync_pool.rs162 let local_run_queue = self.locals.get(index).unwrap(); in create_local_queue() localVariable
205 let local_run_queue = self.locals.get(worker_ctx.worker.index).unwrap(); in enqueue_under_ctx() localVariable
231 let local_run_queue = &worker_inner.run_queue; in get_task_from_queues() localVariable
278 let local_run_queue = &worker_inner.run_queue; in get_task_from_searching() localVariable
439 let local_run_queue = in create_async_thread_pool() localVariable