Home | History | Annotate | Download | only in jsr166

Lines Matching refs:timeoutNanos

255             long timeoutNanos = 999999L;
257 assertFalse(p.awaitTermination(timeoutNanos, NANOSECONDS));
258 assertTrue(System.nanoTime() - startTime >= timeoutNanos);