Searched refs:detectingLocks (Results 1 – 2 of 2) sorted by relevance
37 private Lock[] detectingLocks; field in CycleDetectingLockFactoryBenchmark46 this.detectingLocks = new Lock[lockNestingDepth]; in setUp()48 detectingLocks[i] = factory.newReentrantLock("Lock" + i); in setUp()76 lockAndUnlockNested(detectingLocks, reps); in orderedCycleDetectingLocks()