Home | History | Annotate | Download | only in concurrent

Lines Matching defs:TIMEOUT_SLOP_MS

1427     private static final long TIMEOUT_SLOP_MS =   20L; // 20ms
1845 deadline - System.currentTimeMillis() <= TIMEOUT_SLOP_MS) {