Searched refs:involvedThreads (Results 1 – 1 of 1) sorted by relevance
124 final TreeSet<ThreadRecord> involvedThreads = new TreeSet<ThreadRecord>(); in detectDeadlocks() local166 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()