Searched refs:threadList (Results 1 – 2 of 2) sorted by relevance
113 List<Thread> threadList = filteredThread(threads); in checkChildren() local115 Collections.sort(threadList, THREAD_COMP); in checkChildren()119 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()