Home
last modified time | relevance | path

Searched refs:is_half_full (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs55 fn is_half_full(&self, rear: u16) -> bool { in is_half_full() method
344 if dst.is_half_full(dst_rear) { in steal_into()