Home
last modified time | relevance | path

Searched defs:far_future (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/time/
Dsleep.rs308 pub(crate) fn far_future(location: Option<&'static Location<'static>>) -> Sleep { in far_future() method
Dinstant.rs57 pub(crate) fn far_future() -> Instant { in far_future() method
/aosp_15_r20/system/core/init/
H A Dinit.cpp1099 const boot_clock::time_point far_future = boot_clock::time_point::max(); in SecondStageMain() local