Lines Matching defs:uMsTsStart
3061 uint64_t uMsTsStart = supR3HardenedWinGetMilliTS();
3076 && supR3HardenedWinGetMilliTS() - uMsTsStart < 60 * 1000);
3186 uint64_t uMsTsStart = supR3HardenedWinGetMilliTS();
3220 enmExpectedRequest, pszWhat, supR3HardenedWinGetMilliTS() - uMsTsStart));
3245 cMsElapsed = supR3HardenedWinGetMilliTS() - uMsTsStart;
3280 supR3HardenedWinGetMilliTS() - uMsTsStart, pszWhat));
3424 uint64_t uMsTsStart = supR3HardenedWinGetMilliTS();
3432 } while ( supR3HardenedWinGetMilliTS() - uMsTsStart <= cMsFudge
3435 iLoop, supR3HardenedWinGetMilliTS() - uMsTsStart, cSleeps));
4283 uint64_t const uMsTsStart = supR3HardenedWinGetMilliTS();
4318 if (iTry > 0 && supR3HardenedWinGetMilliTS() - uMsTsStart > 5000) /* 5 sec, at least two tries */
4600 uint64_t uMsTsStart = supR3HardenedWinGetMilliTS();
4608 } while ( supR3HardenedWinGetMilliTS() - uMsTsStart <= cMsFudge
4611 iLoop, supR3HardenedWinGetMilliTS() - uMsTsStart, cSleeps));