Searched refs:timeoutNanoTime (Results 1 – 1 of 1) 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()