org.eclipse.equinox.log.internal
Class BasicReadWriteLock
java.lang.Object
org.eclipse.equinox.log.internal.BasicReadWriteLock
public class BasicReadWriteLock
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicReadWriteLock
public BasicReadWriteLock()
readLock
public int readLock()
readUnlock
public void readUnlock()
writeLock
public void writeLock()
writeUnlock
public void writeUnlock()
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.