Searched defs:transferIndex (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java379 * blocks of indices to transfer (via field transferIndex) before
808 private transient volatile int transferIndex; field in class:ConcurrentHashMap
2349 transferIndex <= 0)
2373 sc == rs + MAX_RESIZERS || transferIndex <= 0)
2440 transferIndex = n;
2452 else if ((nextIndex = transferIndex) <= 0) {
6359 (ConcurrentHashMap.class.getDeclaredField("transferIndex"));

Completed in 57 milliseconds