Searched refs:lr (Results 1 – 1 of 1) sorted by relevance
171 final LockRecord lr = locksToVisit.pollFirst(); in detectDeadlocks() local174 locksVisited.add(lr); in detectDeadlocks()177 for (ThreadSnapshot thread: lr.process.threads) { in detectDeadlocks()179 if (locks.containsKey(lr.lock.address)) { in detectDeadlocks()182 + " contains lock " + lr.lock.address); in detectDeadlocks()186 addLockRecordsForThread(locksToVisit, locksVisited, lr.process, thread); in detectDeadlocks()187 involvedThreads.add(new ThreadRecord(lr.process, thread)); in detectDeadlocks()221 for (LockRecord lr: locksVisited) { in detectDeadlocks()222 System.out.println(" pid=" + lr.process.pid + " " + lr.lock.packageName in detectDeadlocks()223 + "." + lr.lock.className + " - " + lr.lock.address); in detectDeadlocks()