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

/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp1376 static int tmr3TimerCreate(PVM pVM, TMCLOCK enmClock, const char *pszDesc, PPTMTIMERR3 ppTimer) function
1455 int rc = tmr3TimerCreate(pVM, enmClock, pszDesc, ppTimer);
1496 int rc = tmr3TimerCreate(pVM, enmClock, pszDesc, ppTimer);
1539 int rc = tmr3TimerCreate(pVM, enmClock, pszDesc, ppTimer);
1571 int rc = tmr3TimerCreate(pVM, enmClock, pszDesc, &pTimer);
1602 int rc = tmr3TimerCreate(pVM, enmClock, pszDesc, &pTimer);

Completed in 52 milliseconds