Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 9 of 9) sorted by relevance

/development/tools/bugreport/src/com/android/bugreport/stacks/
DProcessSnapshot.java28 public ArrayList<ThreadSnapshot> threads = new ArrayList<ThreadSnapshot>(); field in ProcessSnapshot
43 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()
DProcessSnapshotParser.java112 result.threads.add(snapshot); in parse()
131 System.out.println("threads=" + result.threads.size()); in parse()
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java215 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 …]
/development/tools/bugreport/src/com/android/bugreport/bugreport/
DProcessInfo.java38 public HashMap<Integer,ThreadInfo> threads = new HashMap<Integer,ThreadInfo>(); field in ProcessInfo
/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java124 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 …]
DDeadlockDetector.java177 for (ThreadSnapshot thread: lr.process.threads) { in detectDeadlocks()
214 cloneProcess.threads.clear(); in detectDeadlocks()
217 cloneProcess.threads.add(tr.thread); in detectDeadlocks()
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp216 std::vector<std::thread> threads; in ReadInputDumpFiles() local
229 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()
/development/tools/repo_pull/
DREADME.md42 [-j num-threads] \
77 * `-j` or `--parallel` specifies the number of parallel threads while pulling
/development/tools/logblame/
Dsample.txt1194 binder thread pool (1 threads) starved for 116 ms