Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_process.cpp81 otherThreads_.push_back(thread); in InitOtherThreads()
116 return otherThreads_; in GetOtherThreads()
121 otherThreads_.clear(); in ClearOtherThreads()
130 if (otherThreads_.empty()) { in Attach()
133 for (auto thread : otherThreads_) { in Attach()
144 if (otherThreads_.empty()) { in Detach()
148 for (auto thread : otherThreads_) { in Detach()
H A Ddfx_process.h65 std::vector<std::shared_ptr<DfxThread>> otherThreads_; member in OHOS::HiviewDFX::DfxProcess

Completed in 1 milliseconds