Searched refs:THREAD_COMP (Results 1 – 2 of 2) sorted by relevance
110 Collections.sort(threadList, THREAD_COMP); in checkChildren()148 private final static Comparator<Thread> THREAD_COMP = new Comparator<Thread>() { field in Test925
249 Collections.sort(threadList, THREAD_COMP); in doAllThreadsTests()378 private final static Comparator<Thread> THREAD_COMP = new Comparator<Thread>() { field in Test924