Searched refs:timeoutNanoTime (Results 1 – 2 of 2) sorted by relevance
58 private volatile long timeoutNanoTime; field in Command200 timeoutNanoTime = System.nanoTime() + TimeUnit.SECONDS.toNanos(timeoutSeconds); in scheduleTimeout()209 timeoutNanoTime = System.nanoTime() + TimeUnit.SECONDS.toNanos(2); in scheduleTimeout()240 return System.nanoTime() >= timeoutNanoTime; in timedOut()325 timer.schedule(this, System.nanoTime() - timeoutNanoTime, TimeUnit.NANOSECONDS); in schedule()341 timer.schedule(this, System.nanoTime() - timeoutNanoTime, TimeUnit.NANOSECONDS); in run()
META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...