Searched refs:TM_UNLOCK_TIMERS (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp1178 TM_UNLOCK_TIMERS(pVM);
1425 TM_UNLOCK_TIMERS(pVM);
1682 TM_UNLOCK_TIMERS(pVM);
1695 TM_UNLOCK_TIMERS(pVM);
1700 TM_UNLOCK_TIMERS(pVM);
1713 TM_UNLOCK_TIMERS(pVM);
1775 TM_UNLOCK_TIMERS(pVM);
1806 TM_UNLOCK_TIMERS(pVM);
1839 TM_UNLOCK_TIMERS(pVM);
1872 TM_UNLOCK_TIMERS(pV
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DTMAll.cpp286 TM_UNLOCK_TIMERS(pVM);
1146 TM_UNLOCK_TIMERS(pVM);
1280 TM_UNLOCK_TIMERS(pVM);
1444 TM_UNLOCK_TIMERS(pVM);
1739 TM_UNLOCK_TIMERS(pVM);
2512 TM_UNLOCK_TIMERS(pVM);
/vbox/src/VBox/VMM/include/
H A DTMInternal.h804 #define TM_UNLOCK_TIMERS(a_pVM) do { PDMCritSectLeave(&(a_pVM)->tm.s.TimerCritSect); } while (0) macro

Completed in 1399 milliseconds