Searched refs:threadList (Results 1 – 2 of 2) sorted by relevance
98 List<Thread> threadList = new ArrayList<>(Arrays.asList(threads)); in checkChildren() local101 Iterator<Thread> it = threadList.iterator(); in checkChildren()110 Collections.sort(threadList, THREAD_COMP); in checkChildren()114 System.out.println(" " + threadList); in checkChildren()
237 List<Thread> threadList = new ArrayList<>(Arrays.asList(threads)); in doAllThreadsTests() local240 Iterator<Thread> it = threadList.iterator(); in doAllThreadsTests()249 Collections.sort(threadList, THREAD_COMP); in doAllThreadsTests()263 if (!threadList.containsAll(expectedList)) { in doAllThreadsTests()264 throw new RuntimeException("Expected " + expectedList + " as subset, got " + threadList); in doAllThreadsTests()