Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dwait_queue.h126 inline WaitUntilEntry* pop_front() in pop_front() function
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs78 pub(crate) fn pop_front(&self) -> Option<Task> { in pop_front() method
204 pub(crate) fn pop_front(&self) -> Option<Task> { in pop_front() method
515 pub(super) fn pop_front(&self) -> Option<Task> { in pop_front() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dslots.rs129 pub fn pop_front(&mut self) -> Option<T> { in pop_front() method