Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dbase.cpp53 void GetLogDebugFunctionName(string &debugInfo, int line, string &threadIdString) in GetLogDebugFunctionName() argument
59 threadIdString = ""; in GetLogDebugFunctionName()
62threadIdString = StringFormat("[%x]", std::hash<std::thread::id> {}(std::this_thread::get_id())); in GetLogDebugFunctionName()
241 string threadIdString; in PrintLogEx() local
248 GetLogDebugFunctionName(debugInfo, line, threadIdString); in PrintLogEx()
251 threadIdString.c_str(), debugInfo.c_str(), buf, sep.c_str()); in PrintLogEx()