Searched refs:nextOperation (Results 1 - 1 of 1) sorted by relevance

/art/test/004-ThreadStress/src/
H A DMain.java475 while (threadStress.nextOperation < operationsPerThread) {
485 + (operationsPerThread - threadStress.nextOperation)
540 private int nextOperation; field in class:Main
553 while (nextOperation < operations.length) {
554 Operation operation = operations[nextOperation];
557 + " operation " + nextOperation
560 nextOperation++;

Completed in 142 milliseconds