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

/vbox/src/VBox/VMM/VMMAll/
H A DTMAll.cpp669 * Worker for tmTimerPollInternal that handles misses when the dedicated timer
672 * @returns See tmTimerPollInternal.
716 * Worker for tmTimerPollInternal dealing with returns on virtual CPUs other
719 * @returns See tmTimerPollInternal.
733 * Worker for tmTimerPollInternal.
735 * @returns See tmTimerPollInternal.
771 DECL_FORCE_INLINE(uint64_t) tmTimerPollInternal(PVM pVM, PVMCPU pVCpu, uint64_t *pu64Delta) function
986 tmTimerPollInternal(pVM, pVCpu, &off);
1003 tmTimerPollInternal(pVM, pVCpu, &off);
1021 return tmTimerPollInternal(pV
[all...]

Completed in 48 milliseconds