Searched refs:threads (Results 1 – 9 of 9) sorted by relevance
28 public ArrayList<ThreadSnapshot> threads = new ArrayList<ThreadSnapshot>(); field in ProcessSnapshot43 final int N = that.threads.size(); in ProcessSnapshot()45 this.threads.add(that.threads.get(i).clone()); in ProcessSnapshot()68 for (ThreadSnapshot thread: this.threads) { in getThread()80 for (ThreadSnapshot thread: this.threads) { in getThread()91 for (ThreadSnapshot thread: this.threads) { in getSysThread()
112 result.threads.add(snapshot); in parse()131 System.out.println("threads=" + result.threads.size()); in parse()
215 final int N = cloneProcess.threads.size(); in cloneAndFilter()217 final ThreadSnapshot cloneThread = cloneProcess.threads.get(i); in cloneAndFilter()219 cloneProcess.threads.remove(i); in cloneAndFilter()223 if (cloneProcess.threads.size() > 0) { in cloneAndFilter()260 N = process.threads.size(); in makeProcessSnapshotHdf()262 makeThreadSnapshotHdf(hdf.createChild("threads." + i), process, process.threads.get(i)); in makeProcessSnapshotHdf()439 final int N = process.threads.size(); in sortThreads()449 final ThreadSnapshot thread = process.threads.get(i); in sortThreads()482 process.threads = mainThreads; in sortThreads()483 process.threads.addAll(blockedThreads); in sortThreads()[all …]
38 public HashMap<Integer,ThreadInfo> threads = new HashMap<Integer,ThreadInfo>(); field in ProcessInfo
124 for (ThreadSnapshot thread: process.threads) { in makeProcessInfo()152 ThreadInfo ti = pi.threads.get(tid); in makeThreadInfo()155 pi.threads.put(tid, ti); in makeThreadInfo()202 for (ThreadSnapshot thread: process.threads) { in combineLocks()225 for (ThreadSnapshot thread: process.threads) { in markBinderThreads()386 for (ThreadSnapshot thread: process.threads) { in markBlockedThreads()418 for (ThreadSnapshot thread: process.threads) { in markInterestingThreads()434 for (int i=process.threads.size()-1; i>=0; i--) { in makeInterestingProcesses()435 if (!process.threads.get(i).interesting) { in makeInterestingProcesses()436 process.threads.remove(i); in makeInterestingProcesses()[all …]
177 for (ThreadSnapshot thread: lr.process.threads) { in detectDeadlocks()214 cloneProcess.threads.clear(); in detectDeadlocks()217 cloneProcess.threads.add(tr.thread); in detectDeadlocks()
216 std::vector<std::thread> threads; in ReadInputDumpFiles() local229 threads.emplace_back(DeDuplicateAbiElementsThread, in ReadInputDumpFiles()242 for (std::size_t i = 0; i < threads.size(); i++) { in ReadInputDumpFiles()243 threads[i].join(); in ReadInputDumpFiles()
42 [-j num-threads] \77 * `-j` or `--parallel` specifies the number of parallel threads while pulling
1194 binder thread pool (1 threads) starved for 116 ms