HomeSort by relevance Sort by last modified time
    Searched defs:CycleDetectingLockFactory (Results 1 - 5 of 5) sorted by null

  /external/guice/core/src/com/google/inject/internal/
CycleDetectingLock.java 30 * @see com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory
65 class CycleDetectingLockFactory<ID> {
82 * <p>Guarded by {@code CycleDetectingLockFactory.class}.
103 * <p>Guarded by {@code CycleDetectingLockFactory.class}.
126 private final CycleDetectingLockFactory<ID> lockFactory;
128 * Thread that owns this lock. Nullable. Guarded by {@code CycleDetectingLockFactory.this}.
134 * CycleDetectingLockFactory.this}.
139 CycleDetectingLockFactory<ID> lockFactory, ID userLockId, Lock lockImplementation) {
149 synchronized (CycleDetectingLockFactory.class) {
166 synchronized (CycleDetectingLockFactory.class)
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
CycleDetectingLockFactory.java 49 * The {@code CycleDetectingLockFactory} creates {@link ReentrantLock} instances and
63 * with locks created by other {@code CycleDetectingLockFactory} instances
69 * Applications are encouraged to use a {@code CycleDetectingLockFactory} to
129 * The {@link CycleDetectingLockFactory.WithExplicitOrdering} class can be used
157 * <p>As such, the CycleDetectingLockFactory may not be suitable for
166 public class CycleDetectingLockFactory {
245 public static CycleDetectingLockFactory newInstance(Policy policy) {
246 return new CycleDetectingLockFactory(policy);
292 * Creates a {@code CycleDetectingLockFactory.WithExplicitOrdering<E>}.
359 * <p>A {@code CycleDetectingLockFactory.WithExplicitOrdering} provides th
    [all...]
  /external/cldr/tools/java/libs/
guava.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-19.0.jar 

Completed in 350 milliseconds