Searched refs:PROBE (Results 1 – 1 of 1) sorted by relevance
175 U.putInt(t, PROBE, probe); in localInit()186 if (U.getInt(Thread.currentThread(), PROBE) == 0) in current()263 return U.getInt(Thread.currentThread(), PROBE); in getProbe()274 U.putInt(Thread.currentThread(), PROBE, probe); in advanceProbe() local378 private static final long PROBE field in ThreadLocalRandom