Searched defs:Instant (Results 1 – 5 of 5) sorted by relevance
65 pub(crate) fn upload_statistic_system_event(calling_info: &CallingInfo, start_time: Instant, func_n… in upload_statistic_system_event()87 start_time: Instant, in upload_fault_system_event()113 start_time: Instant, in upload_system_event()
77 pub fn timer_at(start: Instant, period: Duration) -> Timer { in timer_at()138 pub async fn next_period(&mut self) -> Instant { in next_period()142 fn poll_next_period(&mut self, cx: &mut Context<'_>) -> Poll<Instant> { in poll_next_period()
49 pub(crate) fn start_time(&self) -> Instant { in start_time()
173 pub(crate) fn deadline(&self) -> Instant { in deadline()
178 pub(crate) fn start_time(&self) -> &Instant { in start_time()