Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/internal/
DCycleDetectingLockTest.java44 final CycleDetectingLock<String> lockA = in testSingletonThreadsRuntimeCircularDependency() local
135 final CycleDetectingLock<String> lockA = factoryA.create("A"); in testCycleDetectingLockFactoriesDoNotDeadlock() local
196 final CycleDetectingLock<String> lockA = factory.create("a"); in testCycleReporting() local
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DCycleDetectingLockFactoryTest.java41 private ReentrantLock lockA; field in CycleDetectingLockFactoryTest
256 Lock lockA = factory.newReentrantReadWriteLock(OtherOrder.FIRST).readLock(); in testExplicitOrdering_reentrantAcquisition() local
272 Lock lockA = factory.newReentrantLock(OtherOrder.FIRST); in testExplicitOrdering_acquiringMultipleLocksWithSameRank() local