Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs211 let tail_pos = unsafe { non_atomic_load(&self.rear) }; in pop_front() localVariable
214 if real_pos == tail_pos { in pop_front()