Home
last modified time | relevance | path

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

/art/test/952-invoke-custom/src/
DTestInvokeCustomWithConcurrentThreads.java126 int votes = 0; in test() local
131 votes += called[i].get(); in test()
135 System.out.println("Winners " + winners + " Votes " + votes); in test()
149 if (votes != NUMBER_OF_THREADS) { in test()
158 assertEquals(votes, NUMBER_OF_THREADS); in test()
/art/test/924-threads/src/art/
DTest924.java383 private static void printMajorityThreadState(Thread t, int votes, int wait) throws Exception { in printMajorityThreadState() argument
385 for (int i = 0; i < votes; i++) { in printMajorityThreadState()