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

/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtimer-r0drv-linux.c385 static void rtTimerLnxStopSubTimer(PRTTIMERLNXSUBTIMER pSubTimer, bool fHighRes) function
442 * an asynchronous manner up in rtTimerLnxStopSubTimer.
1027 rtTimerLnxStopSubTimer(&pTimer->aSubTimers[iCpu], pTimer->fHighRes);
1147 rtTimerLnxStopSubTimer(pSubTimer, pTimer->fHighRes);
1289 rtTimerLnxStopSubTimer(&pTimer->aSubTimers[0], pTimer->fHighRes);

Completed in 47 milliseconds