Searched refs:interestingThreads (Results 1 – 1 of 1) sorted by relevance
444 final ArrayList<ThreadSnapshot> interestingThreads = new ArrayList<ThreadSnapshot>(); in sortThreads() local457 interestingThreads.add(thread); in sortThreads()479 interestingThreads.sort(cmp); in sortThreads()485 process.threads.addAll(interestingThreads); in sortThreads()