Searched defs:getReadHoldCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/locks/
H A DReentrantReadWriteLock.java639 final int getReadHoldCount() { method in class:ReentrantReadWriteLock.Sync
1305 public int getReadHoldCount() { method in class:ReentrantReadWriteLock
1306 return sync.getReadHoldCount();

Completed in 33 milliseconds