Searched refs:RTTimerDestroy (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTTimerCreate-generic.cpp46 int rc2 = RTTimerDestroy(*ppTimer); AssertRC(rc2);
H A Dtimer-generic.cpp152 RTDECL(int) RTTimerDestroy(PRTTIMER pTimer) function
177 RT_EXPORT_SYMBOL(RTTimerDestroy); variable
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Timer.cpp291 RTR0TESTR0_CHECK_RC(pState->rc = RTTimerDestroy(pTimer), VINF_SUCCESS);
484 RTR0TESTR0_CHECK_RC(RTTimerDestroy(pTimer), VINF_SUCCESS);
485 RTR0TESTR0_CHECK_RC(RTTimerDestroy(NULL), VINF_SUCCESS);
516 RTR0TESTR0_CHECK_RC(RTTimerDestroy(pTimer), VINF_SUCCESS);
552 RTR0TESTR0_CHECK_RC(RTTimerDestroy(pTimer), VINF_SUCCESS);
598 RTR0TESTR0_CHECK_RC(RTTimerDestroy(pTimer), VINF_SUCCESS);
605 RTR0TESTR0_CHECK_RC(RTTimerDestroy(pTimer), VINF_SUCCESS);
636 RTR0TESTR0_CHECK_RC(RTTimerDestroy(pTimer), VINF_SUCCESS);
637 RTR0TESTR0_CHECK_RC(RTTimerDestroy(NULL), VINF_SUCCESS);
662 RTR0TESTR0_CHECK_RC(RTTimerDestroy(pTime
[all...]
H A DtstTimer.cpp194 rc = RTTimerDestroy(pTimer);
197 RTPrintf("tstTimer: FAILURE - RTTimerDestroy() -> %d gcTicks=%d\n", rc, gcTicks);
206 RTPrintf("tstTimer: FAILURE - RTTimerDestroy() didn't really stop the timer! gcTicks=%d cTicks=%d\n", gcTicks, cTicks);
/vbox/include/iprt/
H A Dtimer.h96 * RTTimerDestroy, RTTimerGetSystemGranularity
115 * @see RTTimerStart, RTTimerStop, RTTimerChangeInterval, RTTimerDestroy,
152 RTDECL(int) RTTimerDestroy(PRTTIMER pTimer);
H A Dmangling.h1782 # define RTTimerDestroy RT_MANGLER(RTTimerDestroy) macro
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dtimer-r0drv-freebsd.c142 RTDECL(int) RTTimerDestroy(PRTTIMER pTimer) function
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dtimer-r0drv-os2.cpp180 RTDECL(int) RTTimerDestroy(PRTTIMER pTimer) function
/vbox/src/VBox/Runtime/r3/win/
H A Dtimer-win.cpp397 RTR3DECL(int) RTTimerDestroy(PRTTIMER pTimer) function
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtimer-r0drv-linux.c411 * Used by RTTimerDestroy and rtTimerLnxCallbackDestroy to do the actual work.
667 * Allow RTTimerStart as well as RTTimerDestroy to be called from
810 * Allow RTTimerStart as well as RTTimerDestroy to be called from
972 * @param fForDestroy Whether this is for RTTimerDestroy or not.
1050 * (and/or RTTimerDestroy, thus the paranoia.
1260 * Common worker for RTTimerStop and RTTimerDestroy.
1264 * @param fForDestroy Whether it's RTTimerDestroy calling or not.
1392 RTDECL(int) RTTimerDestroy(PRTTIMER pTimer) function
1464 RT_EXPORT_SYMBOL(RTTimerDestroy); variable
1569 RTTimerDestroy(pTime
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/include/
H A DVBoxDTraceTypes.h219 #define cyclic_remove(a_hTimer) RTTimerDestroy(a_hTimer)
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dtimer-r0drv-nt.cpp386 * Shared by RTTimerStop and RTTimerDestroy.
416 * Call the worker we share with RTTimerDestroy.
432 RTDECL(int) RTTimerDestroy(PRTTIMER pTimer) function
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dtimer-r0drv-solaris.c435 RTDECL(int) RTTimerDestroy(PRTTIMER pTimer) function
560 * Worker common for RTTimerStop and RTTimerDestroy.
/vbox/src/VBox/Runtime/r3/posix/
H A Dtimer-posix.cpp636 RTR3DECL(int) RTTimerDestroy(PRTTIMER pTimer) function
638 LogFlow(("RTTimerDestroy: pTimer=%p\n", pTimer));
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvGip.cpp960 RTTimerDestroy(pDevExt->pInvarTscRefineTimer);
972 RTTimerDestroy(pDevExt->pInvarTscRefineTimer);
2026 RTTimerDestroy(pDevExt->pInvarTscRefineTimer);
2045 rc = RTTimerDestroy(pDevExt->pGipTimer); AssertRC(rc);
H A DSUPDrv.cpp396 { "RTTimerDestroy", (void *)RTTimerDestroy },
/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFlt-solaris.c1025 RTTimerDestroy(pPromiscStream->pIp6Timer);
2762 RTTimerDestroy(pPromiscStream->pIp6Timer);
/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp423 RTTimerDestroy(pGVMM->aHostCpus[iCpu].Ppt.pTimer);
514 RTTimerDestroy(pGVMM->aHostCpus[iCpu].Ppt.pTimer);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp1159 RTTimerDestroy(pDevExt->pHeartbeatTimer);
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp1107 int rc = RTTimerDestroy(pVM->tm.s.pTimer);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c13134 RTTimerDestroy(state->dts_cleaner);

Completed in 1873 milliseconds