Searched defs:writeLock (Results 1 – 5 of 5) sorted by relevance
103 Lock writeLock(); in writeLock() method
217 public ReentrantReadWriteLock.WriteLock writeLock() { return writerLock; } in writeLock() method in ReentrantReadWriteLock
76 private final Object writeLock = new Object(); field in DatagramChannelImpl
90 private final Object writeLock = new Object(); field in SocketChannelImpl
66 ReentrantReadWriteLock.WriteLock writeLock = lock.writeLock(); in releaseWriteLock() local1105 final Lock writeLock = lock.writeLock(); in testSignalAll() local1139 final Lock writeLock = lock.writeLock(); in testSignalWakesFifo() local