Home
last modified time | relevance | path

Searched refs: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
378 if (writerShouldBlock() || in tryAcquire()
644 final boolean writerShouldBlock() { in writerShouldBlock() method in ReentrantReadWriteLock.NonfairSync
664 final boolean writerShouldBlock() { in writerShouldBlock() method in ReentrantReadWriteLock.FairSync