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

/vbox/src/VBox/Runtime/generic/
H A Dtimer-generic.cpp204 RTDECL(int) RTTimerStop(PRTTIMER pTimer) function
221 RT_EXPORT_SYMBOL(RTTimerStop); variable
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dtimer-r0drv-freebsd.c190 RTDECL(int) RTTimerStop(PRTTIMER pTimer) function
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dtimer-r0drv-os2.cpp264 RTDECL(int) RTTimerStop(PRTTIMER pTimer) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dtimer-r0drv-nt.cpp386 * Shared by RTTimerStop and RTTimerDestroy.
404 RTDECL(int) RTTimerStop(PRTTIMER pTimer) function
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dtimer-r0drv-solaris.c560 * Worker common for RTTimerStop and RTTimerDestroy.
580 RTDECL(int) RTTimerStop(PRTTIMER pTimer) function
/vbox/src/VBox/Runtime/r3/posix/
H A Dtimer-posix.cpp777 RTDECL(int) RTTimerStop(PRTTIMER pTimer) function
790 LogFlow(("RTTimerStop: pTimer=%p\n", pTimer));
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtimer-r0drv-linux.c655 * we can handle RTTimerStop and RTTimerChangeInterval from the
968 * Worker for RTTimerStop() that takes care of the ugly SMP bits.
1049 * We have to be kind of careful here as we might be racing RTTimerStop
1260 * Common worker for RTTimerStop and RTTimerDestroy.
1326 RTDECL(int) RTTimerStop(PRTTIMER pTimer) function
1341 RT_EXPORT_SYMBOL(RTTimerStop); variable
/vbox/include/iprt/
H A Dmangling.h1793 # define RTTimerStop RT_MANGLER(RTTimerStop) macro

Completed in 92 milliseconds