Searched defs:until (Results 1 – 2 of 2) sorted by relevance
71 final long until = System.nanoTime() + TimeUnit.SECONDS.toNanos(TIMEOUT_SECONDS); in withRetry() local
123 long until = System.currentTimeMillis() + durationMs; in spinSleep() local