Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local.cpp44 std::stringstream threadHead; in GetThreadHead() local
50 threadHead << "Tid:" << tid << ", Name:" << threadName << "\n"; in GetThreadHead()
51 return threadHead.str(); in GetThreadHead()
89 std::string threadHead = GetThreadHead(tid); in GetBacktraceStringByTid() local
90 out = threadHead + Unwinder::GetFramesStr(frames); in GetBacktraceStringByTid()