Searched defs:operations (Results 1 - 1 of 1) sorted by relevance

/art/test/004-ThreadStress/src/
H A DMain.java58 // operations. The distribution of operations is determined by
60 // for each thread with the operations it is to perform. The
68 // operations. So here we do a quick sanity check in case
83 Operation[] operations = new Operation[operationsPerThread];
89 if (o == operations.length) {
92 operations[o] = op;
98 Collections.shuffle(Arrays.asList(operations));
99 threadStresses[t] = new Main(lock, t, operations);
106 Operation[] operations
174 private final Operation[] operations; field in class:Main
180 Main(Object lock, int id, Operation[] operations) argument
[all...]

Completed in 34 milliseconds