Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs38 pub(crate) struct LocalQueue { struct
42 unsafe impl Send for LocalQueue {} implementation
43 unsafe impl Sync for LocalQueue {} implementation
48 impl LocalQueue { implementation
76 impl LocalQueue { impl
104 impl LocalQueue { impl
473 queue: &LocalQueue, in pop_batch()
578 impl LocalQueue { impl
613 impl LocalQueue { implementation
621 fn steal_into_and_release(&self, other: &LocalQueue) { in steal_into_and_release()
H A Dworker.rs236 pub(crate) fn new(run_queues: LocalQueue, parker: Parker) -> Self { in new()
H A Dasync_pool.rs160 pub(crate) fn create_local_queue(&self, index: usize) -> LocalQueue { in create_local_queue()