Searched refs:writeLock (Results 26 - 36 of 36) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSimpleAsynchronousFileChannelImpl.java95 closeLock.writeLock().lock();
99 closeLock.writeLock().unlock();
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixSecureDirectoryStream.java61 ds.writeLock().lock();
67 ds.writeLock().unlock();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DBufferConnectionImpl.sjava314 public void writeLock()
642 writeLock();
H A DSocketOrChannelConnectionImpl.java376 // the state of the socket is ABORT so the writeLock
443 // the state of the socket is ABORT so the writeLock
761 writeLock();
908 * Sets the writeLock for this connection.
909 * If the writeLock is already set by someone else, block till the
910 * writeLock is released and can set by us.
912 * setting the writeLock and must be unlocked after setting the writeLock.
914 public void writeLock() method in class:SocketOrChannelConnectionImpl
918 dprint(".writeLock
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultStyledDocument.java130 writeLock();
189 writeLock();
265 writeLock();
439 writeLock();
500 writeLock();
550 writeLock();
898 writeLock();
2733 writeLock();
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java131 closeLock.writeLock().lock();
137 closeLock.writeLock().unlock();
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshaker.java964 conn.writeLock.lock();
974 conn.writeLock.unlock();
977 synchronized (engine.writeLock) {
H A DSSLEngineImpl.java306 * <code>writeLock</code> or run the risk of deadlock.
312 Object writeLock; field in class:SSLEngineImpl
389 writeLock = new Object();
1233 synchronized (writeLock) {
/openjdk7/jdk/src/share/classes/java/util/concurrent/locks/
H A DReentrantReadWriteLock.java148 * rwl.writeLock().lock();
159 * rwl.writeLock().unlock(); // Unlock write, still hold read
184 * private final Lock w = rwl.writeLock();
248 public ReentrantReadWriteLock.WriteLock writeLock() { return writerLock; } method in class:ReentrantReadWriteLock
911 * The lock returned by method {@link ReentrantReadWriteLock#writeLock}.
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java488 writeLock();
592 writeLock();
815 writeLock();
1569 writeLock();
1703 writeLock();
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java883 rwlock.writeLock().lock();
887 rwlock.writeLock().unlock();
1103 // shared key. consumer guarantees the "writeLock" before use it.

Completed in 121 milliseconds

12