Searched defs:readLock (Results 1 – 9 of 9) sorted by relevance
24 private final Lock readLock = lock.readLock(); field in CapturingMatcher
59 private final Lock readLock; field in JimfsFileStore89 Lock readLock() { in readLock() method in JimfsFileStore
74 public Lock readLock() { in readLock() method in RegularFile
43 private final Object readLock = new Object(); field in WaltTcpConnection
816 private final CycleDetectingReentrantReadLock readLock; field in CycleDetectingLockFactory.CycleDetectingReentrantReadWriteLock831 public ReadLock readLock() { in readLock() method in CycleDetectingLockFactory.CycleDetectingReentrantReadWriteLock
815 private final CycleDetectingReentrantReadLock readLock; field in CycleDetectingLockFactory.CycleDetectingReentrantReadWriteLock830 public ReadLock readLock() { in readLock() method in CycleDetectingLockFactory.CycleDetectingReentrantReadWriteLock
147 ScopedLock readLock (m_readLock); in clear() local
528 private final Object readLock = new Object(); field in ConscryptFileDescriptorSocket.SSLInputStream