Searched refs:TMR3TimerDestroy (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPDMQueue.cpp125 int rc2 = TMR3TimerDestroy(pQueue->pTimer); AssertRC(rc2);
455 TMR3TimerDestroy(pQueue->pTimer);
H A DTM.cpp1622 VMMR3DECL(int) TMR3TimerDestroy(PTMTIMER pTimer) function
1744 Log3(("TMR3TimerDestroy: tmTimerQueueSchedule\n"));
1773 tmTimerQueuesSanityChecks(pVM, "TMR3TimerDestroy");
1802 int rc = TMR3TimerDestroy(pDestroy);
1835 int rc = TMR3TimerDestroy(pDestroy);
1868 int rc = TMR3TimerDestroy(pDestroy);
/vbox/include/VBox/vmm/
H A Dtm.h262 VMMR3DECL(int) TMR3TimerDestroy(PTMTIMER pTimer);
/vbox/src/VBox/Devices/build/
H A Dvl_vbox.h88 #define qemu_free_timer(timer) TMR3TimerDestroy(timer)
/vbox/src/VBox/Devices/Audio/
H A Daudio.c1756 rc = TMR3TimerDestroy (s->ts);
/vbox/src/VBox/Devices/USB/
H A DVUSBDevice.cpp1273 TMR3TimerDestroy(pDev->pResetTimer);
H A DDevOHCI.cpp5208 TMR3TimerDestroy(pThis->pLoad->pTimer);
5557 TMR3TimerDestroy(pTimer);
/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp8117 TMR3TimerDestroy(pThis->CTX_SUFF(pHbaCccTimer));

Completed in 104 milliseconds