Home
last modified time | relevance | path

Searched refs:detectingLocks (Results 1 – 1 of 1) sorted by relevance

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