Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_stack_info_formatter.cpp123 auto otherThreads = process_->GetOtherThreads(); in GetNativeCrashInfo()
147 auto otherThreads = process_->GetOtherThreads(); in GetDumpInfo()
H A Ddfx_unwind_remote.cpp185 for (auto &thread : process->GetOtherThreads()) { in UnwindOtherThread()
246 for (auto &thread : process->GetOtherThreads()) { in InitOtherThreadRegs()
H A Ddfx_process.h45 std::vector<std::shared_ptr<DfxThread>>& GetOtherThreads();
H A Ddfx_process.cpp114 std::vector<std::shared_ptr<DfxThread>>& DfxProcess::GetOtherThreads() in GetOtherThreads() function in OHOS::HiviewDFX::DfxProcess
H A Dprocess_dumper.cpp489 for (auto &thread : process_->GetOtherThreads()) { in Unwind()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dprocess_dump_test.cpp105 auto threads = process->GetOtherThreads();
108 threads = process->GetOtherThreads();