Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs83 pub(crate) fn push_back(&self, task: Task, global: &GlobalQueue) { in push_back()
267 pub(crate) fn push_back(&self, mut task: Task, global: &GlobalQueue) { in push_back()
299 global: &GlobalQueue, in push_overflowed()
425 pub(crate) struct GlobalQueue { struct
434 impl Drop for GlobalQueue { argument
444 impl GlobalQueue { impl