Searched refs:EXCLUSIVE_MASK (Results 1 – 1 of 1) sorted by relevance
266 static final int EXCLUSIVE_MASK = (1 << SHARED_SHIFT) - 1; field in ReentrantReadWriteLock.Sync271 static int exclusiveCount(int c) { return c & EXCLUSIVE_MASK; } in exclusiveCount()