Home
last modified time | relevance | path

Searched defs:getWriteHoldCount (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/locks/
DReentrantReadWriteLock.java604 final int getWriteHoldCount() { in getWriteHoldCount() method in ReentrantReadWriteLock.Sync
1264 public int getWriteHoldCount() { in getWriteHoldCount() method in ReentrantReadWriteLock