Home
last modified time | relevance | path

Searched refs:lockFactory (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DCycleDetectingLock.java126 private final CycleDetectingLockFactory<ID> lockFactory; field in CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock
139 CycleDetectingLockFactory<ID> lockFactory, ID userLockId, Lock lockImplementation) { in ReentrantCycleDetectingLock() argument
140 this.lockFactory = lockFactory; in ReentrantCycleDetectingLock()
295 if (found && ownedLock.lockFactory == this.lockFactory) { in addAllLockIdsAfter()
310 if (unownedLock != null && unownedLock.lockFactory == this.lockFactory) { in addAllLockIdsAfter()
/external/guice/core/test/com/google/inject/internal/
DCycleDetectingLockTest.java43 final CycleDetectingLockFactory<String> lockFactory = new CycleDetectingLockFactory<>(); in testSingletonThreadsRuntimeCircularDependency() local
46 lockFactory, in testSingletonThreadsRuntimeCircularDependency()
65 lockFactory, in testSingletonThreadsRuntimeCircularDependency()