Searched refs:offendingThread (Results 1 – 2 of 2) sorted by relevance
134 final ThreadSnapshot offendingThread = offendingProcess.getThread("main"); in detectDeadlocks() local135 if (offendingThread == null) { in detectDeadlocks()138 addLockRecordsForThread(locksToVisit, locksVisited, offendingProcess, offendingThread); in detectDeadlocks()141 if (offendingThread.outboundBinderPackage != null in detectDeadlocks()142 || offendingThread.outboundBinderClass != null in detectDeadlocks()143 || offendingThread.inboundBinderMethod != null) { in detectDeadlocks()145 System.out.print(" pid=" + offendingProcess.pid + " \"" + offendingThread.name in detectDeadlocks()146 + "\" (tid=" + offendingThread.tid + ")"); in detectDeadlocks()147 if (offendingThread.outboundBinderClass != null) { in detectDeadlocks()148 System.out.print(" outbound=" + offendingThread.outboundBinderPackage + "." in detectDeadlocks()[all …]
168 final ThreadSnapshot offendingThread = anr.vmTraces.getThread(anr.pid, "main"); in makeTriageHdf() local169 if (offendingThread != null) { in makeTriageHdf()171 offendingThread); in makeTriageHdf()174 visitedThreads.add(offendingThread.tid); in makeTriageHdf()