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

/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java3092 U.compareAndSwapInt(this, CELLSBUSY, 0, 1)) {
3121 U.compareAndSwapInt(this, CELLSBUSY, 0, 1)) {
3140 U.compareAndSwapInt(this, CELLSBUSY, 0, 1)) {
3167 private static final long CELLSBUSY; field in class:ConcurrentHashMap
3184 CELLSBUSY = U.objectFieldOffset

Completed in 422 milliseconds