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