Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/internal/
DCycleDetectingLockTest.java63 final CycleDetectingLock<String> lockB = in testSingletonThreadsRuntimeCircularDependency() local
137 final CycleDetectingLock<String> lockB = factoryB.create("B"); in testCycleDetectingLockFactoriesDoNotDeadlock() local
197 final CycleDetectingLock<String> lockB = factory.create("b"); in testCycleReporting() local
/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