Searched refs:nextCpuDelay (Results 1 – 1 of 1) sorted by relevance
2161 long nextCpuDelay = (mLastCpuTime.get() + MONITOR_CPU_MAX_TIME) - now; in run() local2165 if (nextWriteDelay < nextCpuDelay) { in run()2166 nextCpuDelay = nextWriteDelay; in run()2168 if (nextCpuDelay > 0) { in run()2170 this.wait(nextCpuDelay); in run()