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.rs131 let local_run_queue = self.locals.get(index).unwrap(); in create_local_queue() localVariable
178 let local_run_queue = self.locals.get(worker_ctx.worker.index).unwrap(); in enqueue() localVariable
190 let local_run_queue = &worker_inner.run_queue; in dequeue() localVariable
378 let local_run_queue = in create_async_thread_pool() localVariable