Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dparker.rs141 let (lock, timeout_result) = self.condvar.wait_timeout(l, duration).unwrap(); in park_on_condvar_timeout()
142 is_timed_out = timeout_result.timed_out(); in park_on_condvar_timeout()
H A Dblocking_pool.rs286 let timeout_result = time_out_lock_res.1; in wait_temporary() localVariable
295 if !shared.shutdown && timeout_result.timed_out() { in wait_temporary()