Searched refs:SIZECTL (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentHashMap.java | 2301 else if (U.compareAndSetInt(this, SIZECTL, sc, -1)) { in initTable() 2355 if (U.compareAndSetInt(this, SIZECTL, sc, sc + 1)) in addCount() 2358 else if (U.compareAndSetInt(this, SIZECTL, sc, rs + 2)) in addCount() 2378 if (U.compareAndSetInt(this, SIZECTL, sc, sc + 1)) { in helpTransfer() 2401 if (U.compareAndSetInt(this, SIZECTL, sc, -1)) { in tryPresize() 2418 if (U.compareAndSetInt(this, SIZECTL, sc, in tryPresize() 2476 if (U.compareAndSetInt(this, SIZECTL, sc = sizeCtl, sc - 1)) { in transfer() 6361 private static final long SIZECTL field in ConcurrentHashMap
|