Searched defs:lockA (Results 1 – 2 of 2) sorted by relevance
44 final CycleDetectingLock<String> lockA = in testSingletonThreadsRuntimeCircularDependency() local135 final CycleDetectingLock<String> lockA = factoryA.create("A"); in testCycleDetectingLockFactoriesDoNotDeadlock() local196 final CycleDetectingLock<String> lockA = factory.create("a"); in testCycleReporting() local
41 private ReentrantLock lockA; field in CycleDetectingLockFactoryTest256 Lock lockA = factory.newReentrantReadWriteLock(OtherOrder.FIRST).readLock(); in testExplicitOrdering_reentrantAcquisition() local272 Lock lockA = factory.newReentrantLock(OtherOrder.FIRST); in testExplicitOrdering_acquiringMultipleLocksWithSameRank() local