Searched defs:jumpMs (Results 1 – 2 of 2) sorted by relevance
520 void noThreadContext(Function func, const long long jumpMs) in noThreadContext()526 void threadContextWithNone(Function func, const long long jumpMs) in threadContextWithNone()533 void threadContextWithUnique(Function func, const long long jumpMs) in threadContextWithUnique()542 void threadContextWithShared(Function func, const long long jumpMs) in threadContextWithShared()551 void threadContextWithUpgrade(Function func, const long long jumpMs) in threadContextWithUpgrade()601 void testSleepFor(const long long jumpMs) in testSleepFor()611 void testSleepUntilSteady(const long long jumpMs) in testSleepUntilSteady()621 void testSleepUntilSystem(const long long jumpMs) in testSleepUntilSystem()631 void testSleepUntilCustom(const long long jumpMs) in testSleepUntilCustom()643 void testSleepRelative(const long long jumpMs) in testSleepRelative()[all …]
3624 final long jumpMs = uptimeMillis - getUptimeMillis(); in jumpUptimeAheadTo() local