HomeSort by relevance Sort by last modified time
    Searched refs:THREAD_COMP (Results 1 - 2 of 2) sorted by null

  /art/test/925-threadgroups/src/art/
Test925.java 85 Collections.sort(threadList, THREAD_COMP);
114 private final static Comparator<Thread> THREAD_COMP = new Comparator<Thread>() {
  /art/test/924-threads/src/art/
Test924.java 226 Collections.sort(threadList, THREAD_COMP);
355 private final static Comparator<Thread> THREAD_COMP = new Comparator<Thread>() {

Completed in 290 milliseconds