Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/
Dmod.rs16 pub(crate) mod queue; module
99 let queue = Queue::new(); in unbounded_channel() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dcurrent_thread.rs60 let mut queue = self.inner.lock().unwrap(); in schedule() localVariable
74 let mut queue = self.inner.lock().unwrap(); in pop() localVariable
258 let mut queue = self.scheduler.inner.lock().unwrap(); in spawn() localVariable
Dblocking_pool.rs142 queue: VecDeque<Task>, field
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Dtable.rs91 queue: VecDeque<(Header, String)>, field
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dtable.rs116 queue: VecDeque<DynamicField>, field
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
Dtest_worker.cpp1827 MessageQueue queue; variable
1837 MessageQueue queue; variable
1850 MarkedMessageQueue queue; variable