Home
last modified time | relevance | path

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

/art/test/2029-contended-monitors/src/
DMain.java33 private int currentThreadCount = 0; 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()
168 currentThreadCount = i; in runAll()
183 + currentThreadCount + " threads"); in run()
197 + currentThreadCount + " threads, expected " + expected + " got " + counter); in run()