Searched refs:nextCpuDelay (Results 1 – 1 of 1) sorted by relevance
1931 long nextCpuDelay = (mLastCpuTime.get() + MONITOR_CPU_MAX_TIME) - now; in run() local1935 if (nextWriteDelay < nextCpuDelay) { in run()1936 nextCpuDelay = nextWriteDelay; in run()1938 if (nextCpuDelay > 0) { in run()1940 this.wait(nextCpuDelay); in run()