Searched refs:wakeTime (Results 1 – 1 of 1) sorted by relevance
45 int wakeTime; field in Profile.WatchEntry80 e.wakeTime = (int) (System.nanoTime() / NS_PER_MS) + firstDelay; in addWatchEntry()108 if (currentTime > entry.wakeTime) { in processList()109 entry.wakeTime += entry.cycleTime; in processList()114 if (entry.wakeTime > nextWakeTime) { in processList()115 nextWakeTime = entry.wakeTime; in processList()