Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs218 let next_real = real_pos.wrapping_add(1); in pop_front() localVariable
220 wrap(next_real, next_real) in pop_front()
222 wrap(steal_pos, next_real) in pop_front()