Home
last modified time | relevance | path

Searched refs:GetOtherThreads (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_process.h45 std::vector<std::shared_ptr<DfxThread>>& GetOtherThreads();
H A Ddfx_stack_info_formatter.cpp113 auto otherThreads = process_->GetOtherThreads(); in GetNativeCrashInfo()
132 auto otherThreads = process_->GetOtherThreads(); in GetDumpInfo()
H A Ddfx_unwind_remote.cpp186 for (auto &thread : process->GetOtherThreads()) { in UnwindOtherThread()
251 for (auto &thread : process->GetOtherThreads()) { in InitOtherThreadRegs()
H A Ddfx_process.cpp114 std::vector<std::shared_ptr<DfxThread>>& DfxProcess::GetOtherThreads() in GetOtherThreads() function in OHOS::HiviewDFX::DfxProcess
H A Dprocess_dumper.cpp504 for (auto &thread : process_->GetOtherThreads()) { in Unwind()
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dprocess_dump_test.cpp108 auto threads = process->GetOtherThreads(); in HWTEST_F()
111 threads = process->GetOtherThreads(); in HWTEST_F()

Completed in 5 milliseconds