Searched refs:keyThread_ (Results 1 – 5 of 5) sorted by relevance
69 if ((keyThread_ != nullptr) && nstids[i] == keyThread_->threadInfo_.nsTid) { in InitOtherThreads()123 if (hasKey && keyThread_) { in Attach()124 keyThread_->Attach(); in Attach()
69 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()
57 std::shared_ptr<DfxThread> keyThread_ = nullptr; variable
78 std::shared_ptr<DfxThread> unwThread = process->keyThread_; in UnwindProcess()91 Printer::PrintThreadHeaderByConfig(process->keyThread_); in UnwindProcess()
176 process->keyThread_ = thread;196 process->keyThread_ = thread;222 process->keyThread_ = thread;