Searched refs:ThreadRecord (Results 1 – 1 of 1) sorted by relevance
41 private static class ThreadRecord implements Comparable<ThreadRecord> { class in DeadlockDetector45 public ThreadRecord(ProcessSnapshot process, ThreadSnapshot thread) { in ThreadRecord() method in DeadlockDetector.ThreadRecord50 public boolean equals(ThreadRecord that) { in equals()63 public int compareTo(ThreadRecord that) { in compareTo()124 final TreeSet<ThreadRecord> involvedThreads = new TreeSet<ThreadRecord>(); in detectDeadlocks()166 involvedThreads.add(new ThreadRecord(offendingProcess, offendingThread)); in detectDeadlocks()187 involvedThreads.add(new ThreadRecord(lr.process, thread)); in detectDeadlocks()196 for (ThreadRecord tr: involvedThreads) { in detectDeadlocks()