Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/locks/
DReentrantReadWriteLock.java361 abstract boolean writerShouldBlock(); in writerShouldBlock() method in ReentrantReadWriteLock.Sync
682 final boolean writerShouldBlock() { in writerShouldBlock() method in ReentrantReadWriteLock.NonfairSync
702 final boolean writerShouldBlock() { in writerShouldBlock() method in ReentrantReadWriteLock.FairSync