Searched refs:TM_TRY_LOCK_TIMERS (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DTMInternal.h801 #define TM_TRY_LOCK_TIMERS(a_pVM) PDMCritSectTryEnter(&(a_pVM)->tm.s.TimerCritSect) macro
/vbox/src/VBox/VMM/VMMAll/
H A DTMAll.cpp277 && RT_SUCCESS(TM_TRY_LOCK_TIMERS(pVM)))
1272 if (RT_SUCCESS_NP(TM_TRY_LOCK_TIMERS(pVM)))
1579 bool fOwnTMLock = RT_SUCCESS_NP(TM_TRY_LOCK_TIMERS(pVM));
1731 fOwnTMLock = RT_SUCCESS_NP(TM_TRY_LOCK_TIMERS(pVM));
2471 if (RT_SUCCESS(TM_TRY_LOCK_TIMERS(pVM)))

Completed in 52 milliseconds