Home | History | Annotate | Download | only in cache

Lines Matching defs:DRAIN_THRESHOLD

142   static final int DRAIN_THRESHOLD = 0x3F;
2109 * list's ordering. It is drained as a batch operation when either the DRAIN_THRESHOLD is
3446 if ((readCount.incrementAndGet() & DRAIN_THRESHOLD) == 0) {