Searched refs:TIMEOUT_SLOP (Results 1 – 1 of 1) sorted by relevance
1121 private static final long TIMEOUT_SLOP = 2000000L; field in ForkJoinPool1741 deadline = System.nanoTime() + parkTime - TIMEOUT_SLOP; in awaitWork()