Searched defs:rwl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/util/concurrent/locks/ReentrantReadWriteLock/
H A DRWMap.java47 private final ReentrantReadWriteLock rwl = new ReentrantReadWriteLock(); field in class:RWMap
60 rwl.readLock().lock();
62 finally { rwl.readLock().unlock(); }
66 rwl.readLock().lock();
68 finally { rwl.readLock().unlock(); }
72 rwl.readLock().lock();
74 finally { rwl.readLock().unlock(); }
78 rwl.readLock().lock();
80 finally { rwl.readLock().unlock(); }
84 rwl
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/
H A DInjector.java135 private final ReentrantReadWriteLock rwl = new ReentrantReadWriteLock(); field in class:Injector
136 private final Lock r = rwl.readLock();
137 private final Lock w = rwl.writeLock();

Completed in 762 milliseconds