Searched refs:writeLock (Results 1 - 25 of 25) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DSimpleXYSeries.java95 lock.writeLock().lock();
99 lock.writeLock().unlock();
111 lock.writeLock().lock();
155 lock.writeLock().unlock();
165 lock.writeLock().lock();
169 lock.writeLock().unlock();
179 lock.writeLock().lock();
183 lock.writeLock().unlock();
194 lock.writeLock().lock();
198 } finally {lock.writeLock()
[all...]
/external/jsilver/src/org/clearsilver/
H A DFactoryLoader.java66 factoryLock.writeLock().lock();
73 factoryLock.writeLock().unlock();
91 factoryLock.writeLock().lock();
97 factoryLock.writeLock().unlock();
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICURWLock.java185 rwl.writeLock().lock();
198 rwl.writeLock().unlock();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICURWLock.java183 rwl.writeLock().lock();
196 rwl.writeLock().unlock();
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DLoadPathToFileCache.java68 cacheLock.writeLock().lock();
72 cacheLock.writeLock().unlock();
/external/guava/guava/src/com/google/common/eventbus/
H A DEventBus.java205 subscribersByTypeLock.writeLock().lock();
209 subscribersByTypeLock.writeLock().unlock();
226 subscribersByTypeLock.writeLock().lock();
235 subscribersByTypeLock.writeLock().unlock();
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DConscryptEngineSocket.java454 private final Object writeLock = new Object(); field in class:ConscryptEngineSocket.SSLOutputStream
469 synchronized (writeLock) {
477 synchronized (writeLock) {
485 synchronized (writeLock) {
525 synchronized (writeLock) {
H A DConscryptFileDescriptorSocket.java578 private final Object writeLock = new Object(); field in class:ConscryptFileDescriptorSocket.SSLOutputStream
607 synchronized (writeLock) {
638 synchronized (writeLock) {}
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DCycleDetectingLockFactoryTest.java74 writeLockA = readWriteLockA.writeLock();
75 writeLockB = readWriteLockB.writeLock();
76 writeLockC = readWriteLockC.writeLock();
/external/guava/guava/src/com/google/common/util/concurrent/
H A DCycleDetectingLockFactory.java874 private final CycleDetectingReentrantWriteLock writeLock; field in class:CycleDetectingLockFactory.CycleDetectingReentrantReadWriteLock
882 this.writeLock = new CycleDetectingReentrantWriteLock(this);
894 public WriteLock writeLock() { method in class:CycleDetectingLockFactory.CycleDetectingReentrantReadWriteLock
895 return writeLock;
/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DRPCChannel.h48 std::mutex &getWriteLock() { return writeLock; }
51 std::mutex readLock, writeLock; member in class:llvm::orc::remote::RPCChannel
/external/deqp/framework/delibs/decpp/
H A DdeBlockBuffer.hpp148 ScopedLock writeLock (m_writeLock);
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c55086 u8 writeLock; /* True if in a write transaction */ member in struct:Wal
[all...]
/external/sqlite/dist/
H A Dsqlite3.c55086 u8 writeLock; /* True if in a write transaction */ member in struct:Wal
[all...]
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 8733 milliseconds