Searched defs:lockB (Results 1 – 2 of 2) sorted by relevance
63 final CycleDetectingLock<String> lockB = in testSingletonThreadsRuntimeCircularDependency() local137 final CycleDetectingLock<String> lockB = factoryB.create("B"); in testCycleDetectingLockFactoriesDoNotDeadlock() local197 final CycleDetectingLock<String> lockB = factory.create("b"); in testCycleReporting() local
42 private ReentrantLock lockB; field in CycleDetectingLockFactoryTest257 Lock lockB = factory.newReentrantLock(OtherOrder.SECOND); in testExplicitOrdering_reentrantAcquisition() local273 Lock lockB = factory.newReentrantReadWriteLock(OtherOrder.FIRST).readLock(); in testExplicitOrdering_acquiringMultipleLocksWithSameRank() local