Searched defs:lockB (Results 1 – 2 of 2) sorted by relevance
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
55 final CycleDetectingLock<String> lockB = in testSingletonThreadsRuntimeCircularDependency() local