Searched refs:threadHead (Results 1 – 1 of 1) sorted by relevance
44 std::stringstream threadHead; in GetThreadHead() local50 threadHead << "Tid:" << tid << ", Name:" << threadName << "\n"; in GetThreadHead()51 return threadHead.str(); in GetThreadHead()89 std::string threadHead = GetThreadHead(tid); in GetBacktraceStringByTid() local90 out = threadHead + Unwinder::GetFramesStr(frames); in GetBacktraceStringByTid()