Home
last modified time | relevance | path

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

/art/test/925-threadgroups/src/art/
DTest925.java98 List<Thread> threadList = new ArrayList<>(Arrays.asList(threads)); in checkChildren() local
101 Iterator<Thread> it = threadList.iterator(); in checkChildren()
110 Collections.sort(threadList, THREAD_COMP); in checkChildren()
114 System.out.println(" " + threadList); in checkChildren()
/art/test/924-threads/src/art/
DTest924.java237 List<Thread> threadList = new ArrayList<>(Arrays.asList(threads)); in doAllThreadsTests() local
240 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()