Home
last modified time | relevance | path

Searched defs:yielded (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dyield_now.rs55 let mut yielded = ctx.worker.yielded.borrow_mut(); in poll() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dworker.rs43 let mut yielded = self.worker.yielded.borrow_mut(); in wake_yield() localVariable