Searched refs:votes (Results 1 – 2 of 2) sorted by relevance
126 int votes = 0; in test() local131 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()
383 private static void printMajorityThreadState(Thread t, int votes, int wait) throws Exception { in printMajorityThreadState() argument385 for (int i = 0; i < votes; i++) { in printMajorityThreadState()