Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/locks/
DReentrantReadWriteLock.java362 abstract boolean writerShouldBlock(); in writerShouldBlock() method in ReentrantReadWriteLock.Sync
407 if (writerShouldBlock() || in tryAcquire()
673 final boolean writerShouldBlock() { in writerShouldBlock() method in ReentrantReadWriteLock.NonfairSync
693 final boolean writerShouldBlock() { in writerShouldBlock() method in ReentrantReadWriteLock.FairSync