Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs361 let src_rear = self.rear.load(Acquire); in steal_into() localVariable
364 let mut n = src_rear.wrapping_sub(src_front_real); in steal_into()