Searched refs:UnwindThread (Results 1 – 3 of 3) sorted by relevance
43 bool UnwindThread(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread);
92 ret = UnwindThread(process, unwThread); in UnwindProcess()121 UnwindThread(process, thread); in UnwindProcess()323 bool DfxUnwindRemote::UnwindThread(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> … in UnwindThread() function in OHOS::HiviewDFX::DfxUnwindRemote
198 bool ret = DfxUnwindRemote::GetInstance().UnwindThread(process, thread);