Home
last modified time | relevance | path

Searched refs:pop_batch (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dasync_pool.rs246 .pop_batch(self.num_workers, local_run_queue, limit); in get_task_from_queues()
258 .pop_batch(self.num_workers, local_run_queue, limit) in get_task_from_queues()
336 self.global.pop_batch( in steal()
H A Dqueue.rs470 pub(super) fn pop_batch( in pop_batch() method