Home
last modified time | relevance | path

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

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