Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DStriped64.java192 static final int getProbe() { in getProbe() method in Striped64
224 if ((h = getProbe()) == 0) { in longAccumulate()
226 h = getProbe(); in longAccumulate()
308 if ((h = getProbe()) == 0) { in doubleAccumulate()
310 h = getProbe(); in doubleAccumulate()
DLongAdder.java90 (a = as[getProbe() & m]) == null || in add()
DDoubleAdder.java97 (a = as[getProbe() & m]) == null || in add()
DLongAccumulator.java110 (a = as[getProbe() & m]) == null || in accumulate()
DDoubleAccumulator.java110 (a = as[getProbe() & m]) == null || in accumulate()
/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinPool.java2528 if ((r = ThreadLocalRandom.getProbe()) == 0) { in externalPush()
2530 r = ThreadLocalRandom.getProbe(); in externalPush()
2572 int r = ThreadLocalRandom.getProbe(); in commonSubmitterQueue()
2583 int r = ThreadLocalRandom.getProbe(); in tryExternalUnpush()
2596 int r = ThreadLocalRandom.getProbe(); in externalHelpComplete()
DThreadLocalRandom.java927 static final int getProbe() { in getProbe() method in ThreadLocalRandom
DConcurrentHashMap.java2331 (a = as[ThreadLocalRandom.getProbe() & m]) == null || in addCount()
2586 if ((h = ThreadLocalRandom.getProbe()) == 0) { in fullAddCount()
2588 h = ThreadLocalRandom.getProbe(); in fullAddCount()