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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Timer.cpp349 * @param uThisTS The timer stamp of this shot (ns).
353 static int tstRTR0TimerCheckShotInterval(uint32_t iShot, uint64_t uPrevTS, uint64_t uThisTS, uint32_t uMin, uint32_t uMax) argument
355 uint64_t uDelta = uThisTS - uPrevTS;
381 uint64_t uThisTS = pState->aShotNsTSes[iShot]; local
382 uint64_t uDelta = uThisTS - uPrevTS;
392 uPrevTS = uThisTS;

Completed in 342 milliseconds