Lines Matching refs:Timer
766 EFI_EVENT Timer;
770 // Create the timer for the timeout
772 Timer = NULL;
779 &Timer );
782 // Start the timeout timer
786 Status = gBS->SetTimer ( Timer,
797 // Poll until an event is detected or the timer fires
842 if ( NULL != Timer ) {
843 Status = gBS->CheckEvent ( Timer );
858 // Stop the timer
860 if ( NULL != Timer ) {
861 gBS->SetTimer ( Timer,
872 // Release the timer
874 if ( NULL != Timer ) {
875 gBS->CloseEvent ( Timer );