Home
last modified time | relevance | path

Searched refs:keyThread_ (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_process.cpp69 if ((keyThread_ != nullptr) && nstids[i] == keyThread_->threadInfo_.nsTid) { in InitOtherThreads()
123 if (hasKey && keyThread_) { in Attach()
124 keyThread_->Attach(); in Attach()
Dprocess_dumper.cpp69 process_->keyThread_->Detach(); in Dump()
182 process_->keyThread_ = DfxThread::Create(process_->processInfo_.pid, tid, nsTid); in InitProcessInfo()
183 if (!process_->keyThread_->Attach()) { in InitProcessInfo()
189 if (process_->keyThread_->threadInfo_.threadName.empty()) { in InitProcessInfo()
190 process_->keyThread_->threadInfo_.threadName = std::string(request->threadName); in InitProcessInfo()
Ddfx_process.h57 std::shared_ptr<DfxThread> keyThread_ = nullptr; variable
Ddfx_unwind_remote.cpp78 std::shared_ptr<DfxThread> unwThread = process->keyThread_; in UnwindProcess()
91 Printer::PrintThreadHeaderByConfig(process->keyThread_); in UnwindProcess()
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dprocess_dump_test.cpp176 process->keyThread_ = thread;
196 process->keyThread_ = thread;
222 process->keyThread_ = thread;