Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Dtimer.rs22 const TEN_YEARS: Duration = Duration::from_secs(86400 * 365 * 10); const
150 None => deadline + TEN_YEARS, in poll_next_period()
H A Dsleep.rs21 const TEN_YEARS: Duration = Duration::from_secs(86400 * 365 * 10); const
48 None => Sleep::new_timeout(Instant::now() + TEN_YEARS), in sleep()