Home
last modified time | relevance | path

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

/art/test/2029-contended-monitors/src/
DMain.java24 private final int TOTAL_ITERS = PRINT_TIMES? 16_000_000 : 1_600_000; field in Main
81 int nIters = TOTAL_ITERS / currentThreadCount / holdTime; in run()
98 int nIters = TOTAL_ITERS / 10 / currentThreadCount / holdTime; in run()
115 int nIters = TOTAL_ITERS / currentThreadCount / 10_000; in run()
135 int nIters = TOTAL_ITERS / currentThreadCount; in run()
181 if (atomicCounter.get() != TOTAL_ITERS) { in run()
212 new CheckCounter(TOTAL_ITERS)); in run()
218 new CheckCounter(TOTAL_ITERS / 10)); in run()
229 runAll(new SleepyLockHolder(true), () -> { counter = 0; }, new CheckCounter(TOTAL_ITERS)); in run()