HomeSort by relevance Sort by last modified time
    Searched full:detectinglocks (Results 1 - 1 of 1) sorted by null

  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
CycleDetectingLockFactoryBenchmark.java 37 private Lock[] detectingLocks;
47 this.detectingLocks = new Lock[lockNestingDepth];
49 detectingLocks[i] = factory.newReentrantLock("Lock" + i);
73 lockAndUnlockNested(detectingLocks, reps);

Completed in 63 milliseconds