Home
last modified time | relevance | path

Searched refs:unmatchedUnlockException (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/locks/
DReentrantReadWriteLock.java430 throw unmatchedUnlockException(); in tryReleaseShared()
445 private IllegalMonitorStateException unmatchedUnlockException() { in unmatchedUnlockException() method in ReentrantReadWriteLock.Sync