Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/locks/
DReentrantReadWriteLock.java333 abstract boolean writerShouldBlock(); in writerShouldBlock() method in ReentrantReadWriteLock.Sync
644 final boolean writerShouldBlock() { in writerShouldBlock() method in ReentrantReadWriteLock.NonfairSync
664 final boolean writerShouldBlock() { in writerShouldBlock() method in ReentrantReadWriteLock.FairSync