Searched refs:incrementAmount (Results 1 – 1 of 1) sorted by relevance
1114 private final int incrementAmount; field in TimerTest.IncrementCounterTaskAndPossiblyThrowAfter1119 AtomicLong counter, int incrementAmount, boolean willThrow) { in IncrementCounterTaskAndPossiblyThrowAfter() argument1121 this.incrementAmount = incrementAmount; in IncrementCounterTaskAndPossiblyThrowAfter()1127 counter.addAndGet(incrementAmount); in run()