Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/util/concurrent/
DCycleDetectingLockFactory.java237 public ReentrantLock newReentrantLock(String lockName) { in newReentrantLock() method in CycleDetectingLockFactory
245 public ReentrantLock newReentrantLock(String lockName, boolean fair) { in newReentrantLock() method in CycleDetectingLockFactory
404 public ReentrantLock newReentrantLock(E rank) { in newReentrantLock() method in CycleDetectingLockFactory.WithExplicitOrdering
416 public ReentrantLock newReentrantLock(E rank, boolean fair) { in newReentrantLock() method in CycleDetectingLockFactory.WithExplicitOrdering
/external/guava/android/guava/src/com/google/common/util/concurrent/
DCycleDetectingLockFactory.java237 public ReentrantLock newReentrantLock(String lockName) { in newReentrantLock() method in CycleDetectingLockFactory
245 public ReentrantLock newReentrantLock(String lockName, boolean fair) { in newReentrantLock() method in CycleDetectingLockFactory
404 public ReentrantLock newReentrantLock(E rank) { in newReentrantLock() method in CycleDetectingLockFactory.WithExplicitOrdering
416 public ReentrantLock newReentrantLock(E rank, boolean fair) { in newReentrantLock() method in CycleDetectingLockFactory.WithExplicitOrdering