Searched refs:threadHashCode (Results 1 – 8 of 8) sorted by relevance
130 static final ThreadLocal<int @Nullable []> threadHashCode = new ThreadLocal<>(); field in Striped64185 threadHashCode.set(hc = new int[1]); // Initialize randomly in retryUpdate()
68 if ((hc = threadHashCode.get()) == null in add()
70 if ((hc = threadHashCode.get()) == null in add()