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()226 return System.nanoTime() >= timeoutNanoTime; in timedOut()311 timer.schedule(this, System.nanoTime() - timeoutNanoTime, TimeUnit.NANOSECONDS); in schedule()327 timer.schedule(this, System.nanoTime() - timeoutNanoTime, TimeUnit.NANOSECONDS); in run()