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

/vbox/src/VBox/VMM/VMMAll/
H A DTMAllCpu.cpp243 * In tmCpuTickGetInternal we do:
247 * Which means tmCpuTickGetInternal actually does:
402 DECLINLINE(uint64_t) tmCpuTickGetInternal(PVMCPU pVCpu, bool fCheckTimers) function
439 return tmCpuTickGetInternal(pVCpu, true /* fCheckTimers */);
451 return tmCpuTickGetInternal(pVCpu, false /* fCheckTimers */);

Completed in 47 milliseconds