Searched refs:READER (Results 1 – 1 of 1) sorted by relevance
2786 static final int READER = 4; // increment value for setting read lock field in ConcurrentHashMap.TreeBin2907 s + READER)) { in find()2914 if (U.getAndAddInt(this, LOCKSTATE, -READER) == in find()2915 (READER|WAITER) && (w = waiter) != null) in find()