Searched refs:scanAndLockForPut (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java365 * scanAndLockForPut. These intersperse tryLocks with
373 * Also, scanAndLockForPut speculatively creates a fresh node
433 scanAndLockForPut(key, hash, value);
551 private HashEntry<K,V> scanAndLockForPut(K key, int hash, V value) { method in class:ConcurrentHashMap.Segment
590 // similar to but simpler than scanAndLockForPut

Completed in 160 milliseconds