Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dqueue.rs73 pub(crate) fn push_back(&self, task: Task, global: &GlobalQueue) { in push_back()
260 pub(crate) fn push_back(&self, mut task: Task, global: &GlobalQueue) { in push_back()
292 global: &GlobalQueue, in push_overflowed()
414 pub(crate) struct GlobalQueue { struct
423 impl GlobalQueue { argument
Dasync_pool.rs275 pub(crate) fn get_global(&self) -> &GlobalQueue { in get_global()