Searched defs:fTimersPending (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp10633 bool fTimersPending = TMTimerPollBool(pVM, pVCpu); local
10635 return fTimersPending ? VINF_EM_RAW_TIMER_PENDING : VINF_SUCCESS;

Completed in 84 milliseconds