Home
last modified time | relevance | path

Searched defs:lockB (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DCycleDetectingLockFactoryTest.java42 private ReentrantLock lockB; field in CycleDetectingLockFactoryTest
257 Lock lockB = factory.newReentrantLock(OtherOrder.SECOND); in testExplicitOrdering_reentrantAcquisition() local
273 Lock lockB = factory.newReentrantReadWriteLock(OtherOrder.FIRST).readLock(); in testExplicitOrdering_acquiringMultipleLocksWithSameRank() local
/external/guice/core/test/com/google/inject/internal/
DCycleDetectingLockTest.java55 final CycleDetectingLock<String> lockB = in testSingletonThreadsRuntimeCircularDependency() local