Home
last modified time | relevance | path

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

/art/test/129-ThreadGetId/src/
DMain.java23 static volatile int ops_per_thread = 1000; field in Main
40 System.out.println("ops_per_thread = " + ops_per_thread); in main()
47 if (operations_completed.get() < NUMBER_OF_THREADS * ops_per_thread / 2) { in main()
49 ops_per_thread /= 10; in main()
52 System.out.println("ops_per_thread = " + ops_per_thread); in main()
139 for (int i = 1; i <= ops_per_thread; ++i) { in run()