Searched defs:timeoutNano (Results 1 – 1 of 1) sorted by relevance
64 private Runnable take(boolean useTimeout, long timeoutNano) throws InterruptedIOException { in take()106 long timeoutNano = TimeUnit.NANOSECONDS.convert(timeoutMilli, TimeUnit.MILLISECONDS); in loop() local