Searched refs:lockFactory (Results 1 – 2 of 2) sorted by relevance
126 private final CycleDetectingLockFactory<ID> lockFactory; field in CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock139 CycleDetectingLockFactory<ID> lockFactory, ID userLockId, Lock lockImplementation) { in ReentrantCycleDetectingLock() argument140 this.lockFactory = lockFactory; in ReentrantCycleDetectingLock()295 if (found && ownedLock.lockFactory == this.lockFactory) { in addAllLockIdsAfter()310 if (unownedLock != null && unownedLock.lockFactory == this.lockFactory) { in addAllLockIdsAfter()
43 final CycleDetectingLockFactory<String> lockFactory = new CycleDetectingLockFactory<>(); in testSingletonThreadsRuntimeCircularDependency() local46 lockFactory, in testSingletonThreadsRuntimeCircularDependency()65 lockFactory, in testSingletonThreadsRuntimeCircularDependency()