Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dblocking_pool.rs261 fn wait_permanent(&'a self, mut shared: MutexGuard<'a, Shared>) -> (bool, MutexGuard<Shared>) { in wait_permanent() method
317 let (is_waked_up, guard) = self.wait_permanent(shared); in wait()