Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/util/concurrent/
DCycleDetectingLockFactory.java252 public ReentrantLock newReentrantLock(String lockName) { in newReentrantLock() method in CycleDetectingLockFactory
261 public ReentrantLock newReentrantLock(String lockName, boolean fair) { in newReentrantLock() method in CycleDetectingLockFactory
435 public ReentrantLock newReentrantLock(E rank) { in newReentrantLock() method in CycleDetectingLockFactory.WithExplicitOrdering
448 public ReentrantLock newReentrantLock(E rank, boolean fair) { in newReentrantLock() method in CycleDetectingLockFactory.WithExplicitOrdering