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

/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java1981 if (!U.compareAndSwapInt(this, LOCKSTATE, 0, WRITER))
1999 if (U.compareAndSwapInt(this, LOCKSTATE, s, WRITER)) {
2006 if (U.compareAndSwapInt(this, LOCKSTATE, s, s | WAITER)) {
2030 else if (U.compareAndSwapInt(this, LOCKSTATE, s,
2041 (this, LOCKSTATE,
2427 private static final long LOCKSTATE; field in class:ConcurrentHashMap.TreeBin
2432 LOCKSTATE = U.objectFieldOffset

Completed in 79 milliseconds