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

/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp660 STAM_REG(pVM, &pVM->tm.s.StatDoQueues, STAMTYPE_PROFILE, "/TM/DoQueues", STAMUNIT_TICKS_PER_CALL, "Profiling timer TMR3TimerQueuesDo.");
2004 VMMR3DECL(void) TMR3TimerQueuesDo(PVM pVM) function
2018 Log2(("TMR3TimerQueuesDo:\n"));
2062 tmTimerQueuesSanityChecks(pVM, "TMR3TimerQueuesDo");
2066 Log2(("TMR3TimerQueuesDo: returns void\n"));
2485 TMR3TimerQueuesDo(pVM);

Completed in 41 milliseconds