Home
last modified time | relevance | path

Searched refs:threadHashCode (Results 1 – 8 of 8) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
DStriped64.java130 static final ThreadLocal<int @Nullable []> threadHashCode = new ThreadLocal<>(); field in Striped64
185 threadHashCode.set(hc = new int[1]); // Initialize randomly in retryUpdate()
DLongAdder.java68 if ((hc = threadHashCode.get()) == null in add()
/external/guava/android/guava/src/com/google/common/hash/
DStriped64.java130 static final ThreadLocal<int @Nullable []> threadHashCode = new ThreadLocal<>(); field in Striped64
185 threadHashCode.set(hc = new int[1]); // Initialize randomly in retryUpdate()
DLongAdder.java68 if ((hc = threadHashCode.get()) == null in add()
/external/guava/android/guava/src/com/google/common/cache/
DStriped64.java130 static final ThreadLocal<int @Nullable []> threadHashCode = new ThreadLocal<>(); field in Striped64
185 threadHashCode.set(hc = new int[1]); // Initialize randomly in retryUpdate()
DLongAdder.java70 if ((hc = threadHashCode.get()) == null in add()
/external/guava/guava/src/com/google/common/cache/
DStriped64.java130 static final ThreadLocal<int @Nullable []> threadHashCode = new ThreadLocal<>(); field in Striped64
185 threadHashCode.set(hc = new int[1]); // Initialize randomly in retryUpdate()
DLongAdder.java70 if ((hc = threadHashCode.get()) == null in add()