Lines Matching refs:Instant
29 time::{Duration, Instant},
59 started: Instant,
60 deadline: Instant,
69 last_report: Instant,
75 let now = Instant::now(); in update_overdue_and_find_next_timeout()
112 self.last_report = Instant::now(); in log_report()
116 let now = Instant::now(); in log_report()
180 last_report: Instant::now(), in new()
193 let deadline = Instant::now().checked_add(timeout); in watch_with_optional()
224 deadline: Instant, in arm() argument
228 let record = Record { started: Instant::now(), deadline, callback }; in arm()