Home
last modified time | relevance | path

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

/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DCycleDetectingLockFactoryBenchmark.java36 private Lock[] plainLocks; field in CycleDetectingLockFactoryBenchmark
43 this.plainLocks = new Lock[lockNestingDepth]; in setUp()
45 plainLocks[i] = new ReentrantLock(); in setUp()
69 lockAndUnlockNested(plainLocks, reps); in orderedPlainLocks()