Searched refs:nextHashCode (Results 1 – 2 of 2) sorted by relevance
37 private static int nextHashCode() { in nextHashCode() method in ThreadLocal86 private static java.util.concurrent.atomic.AtomicInteger nextHashCode; field in ThreadLocal
85 private final int threadLocalHashCode = nextHashCode();91 private static AtomicInteger nextHashCode = field in ThreadLocal104 private static int nextHashCode() { in nextHashCode() method in ThreadLocal105 return nextHashCode.getAndAdd(HASH_INCREMENT); in nextHashCode()