Searched refs:timer (Results 1 – 2 of 2) sorted by relevance
232 let timer = bs.create_event(EventType::Timer, None)?; in loop_with_timeout() localVariable233 bs.set_timer(&timer, EFI_TIMER_DELAY_TIMER_RELATIVE, ms_to_100ns(timeout_ms)?)?; in loop_with_timeout()234 while !bs.check_event(&timer)? { in loop_with_timeout()240 bs.set_timer(&timer, EFI_TIMER_DELAY_TIMER_RELATIVE, ms_to_100ns(timeout_ms)?)?; in loop_with_timeout()
432 let timer = bs.create_event(EventType::TimerNotifySignal, Some(&mut notify))?; in with_efi_network() localVariable434 &timer, in with_efi_network()