Home
last modified time | relevance | path

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

/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DCycleDetectingLockFactoryBenchmark.java69 lockAndUnlockNested(plainLocks, reps); in orderedPlainLocks()
73 lockAndUnlockNested(detectingLocks, reps); in orderedCycleDetectingLocks()
76 private void lockAndUnlockNested(Lock[] locks, int reps) { in lockAndUnlockNested() method in CycleDetectingLockFactoryBenchmark