Home
last modified time | relevance | path

Searched refs:unwThread (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_remote.cpp131 std::shared_ptr<DfxThread> unwThread = process->keyThread_; in UnwindKeyThread() local
133 unwThread = process->vmThread_; in UnwindKeyThread()
135 if (unwThread == nullptr) { in UnwindKeyThread()
144 auto unwindAsyncThread = std::make_shared<DfxUnwindAsyncThread>(unwThread, unwinder, request->stackId); in UnwindKeyThread()
148 if (unwThread->GetThreadRegs() != nullptr) { in UnwindKeyThread()
151 GetThreadKernelStack(unwThread); in UnwindKeyThread()
168 Printer::PrintThreadBacktraceByConfig(unwThread, true); in UnwindKeyThread()
170 // Registers of unwThread has been changed, we should print regs from request context. in UnwindKeyThread()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp813 std::thread unwThread(ThreadTest001); in HWTEST_F()
830 if (unwThread.joinable()) { in HWTEST_F()
831 unwThread.join(); in HWTEST_F()

Completed in 3 milliseconds