Searched refs:threads (Results 1 – 10 of 10) sorted by relevance
/development/tools/bugreport/src/com/android/bugreport/stacks/ |
D | ProcessSnapshot.java | 28 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()
|
D | ProcessSnapshotParser.java | 112 result.threads.add(snapshot); in parse() 131 System.out.println("threads=" + result.threads.size()); in parse()
|
/development/tools/bugreport/src/com/android/bugreport/html/ |
D | Renderer.java | 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 …]
|
/development/tools/bugreport/src/com/android/bugreport/inspector/ |
D | Inspector.java | 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 …]
|
D | DeadlockDetector.java | 177 for (ThreadSnapshot thread: lr.process.threads) { in detectDeadlocks() 214 cloneProcess.threads.clear(); in detectDeadlocks() 217 cloneProcess.threads.add(tr.thread); in detectDeadlocks()
|
/development/tools/bugreport/src/com/android/bugreport/bugreport/ |
D | ProcessInfo.java | 38 public HashMap<Integer,ThreadInfo> threads = new HashMap<Integer,ThreadInfo>(); field in ProcessInfo
|
/development/tools/repo_pull/ |
D | README.md | 42 [-j num-threads] \ 77 * `-j` or `--parallel` specifies the number of parallel threads while pulling
|
/development/vndk/tools/header-checker/src/linker/ |
D | header_abi_linker.cpp | 235 std::vector<std::thread> threads; in ReadInputDumpFiles() local 239 threads.emplace_back(DeDuplicateAbiElementsThread, dump_files_, in ReadInputDumpFiles() 244 for (auto &thread : threads) { in ReadInputDumpFiles()
|
/development/tools/logblame/ |
D | sample.txt | 1194 binder thread pool (1 threads) starved for 116 ms
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 158 …b2,platform/external/squashfs-tools,plougher,"Synchronise output between threads, so error message… 1428 …ts,fake_iAzTpg9AQMmpmxSKwb4nmg@fakeemail.com,Add ability to run jvmti cts tests on separate threads 5814 …9a,platform/system/core,fake_doxrqiKdR_6iFMRSDLtiRw@fakeemail.com,Define priority for video threads 6099 …hrLg6uvZRAmxPEvIe67S0A@fakeemail.com,"Revert ""crash_dump: defer pausing threads until we're ready… 6508 …ystem/core,fake_hrLg6uvZRAmxPEvIe67S0A@fakeemail.com,adb: sysdeps: add support for joining threads. 6620 …/system/core,fake_XLbexbugS92H5Fn8s4znQA@fakeemail.com,storaged: stop binder threads before exiting 7247 …orm/system/core,fake_yqetFk_sRFWXcsJotEpt1A@fakeemail.com,Allow multiple threads sharing a map to … 7582 …_yLIbJoRGTiSDnsXASrdI-w@fakeemail.com,ueventd: add tests for setegid()/setfscreatecon() and threads 9706 …l4a,fake_liojgHQ-QviSBBlnuORq8Q@fakeemail.com,Refactor BluetoothRfcommFacade to handle conn threads 15992 …_cGJR-E_kQja09VzCsNPRHQ@fakeemail.com,Minor documentation improvements regarding threads and faces. [all …]
|