Searched refs:nextCpuDelay (Results 1 – 1 of 1) sorted by relevance
2297 long nextCpuDelay = (mLastCpuTime.get() + MONITOR_CPU_MAX_TIME) - now; in run() local2301 if (nextWriteDelay < nextCpuDelay) { in run()2302 nextCpuDelay = nextWriteDelay; in run()2304 if (nextCpuDelay > 0) { in run()2306 this.wait(nextCpuDelay); in run()