Home
last modified time | relevance | path

Searched defs:ReentrantCycleDetectingLock (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DCycleDetectingLock.java123 class ReentrantCycleDetectingLock implements CycleDetectingLock<ID> { class in CycleDetectingLock.CycleDetectingLockFactory
140 ReentrantCycleDetectingLock(ID userLockId, Lock lockImplementation) { in ReentrantCycleDetectingLock() method in CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock