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

/vbox/src/VBox/Runtime/generic/
H A Dtimer-generic.cpp152 RTDECL(int) RTTimerDestroy(PRTTIMER pTimer) function
177 RT_EXPORT_SYMBOL(RTTimerDestroy); variable
/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/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/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/include/iprt/
H A Dmangling.h1782 # define RTTimerDestroy RT_MANGLER(RTTimerDestroy) macro

Completed in 619 milliseconds