Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dbase.cpp45 void GetLogDebugFunctionName(string &debugInfo, int line, string &threadIdString) in GetLogDebugFunctionName() argument
51 threadIdString = ""; in GetLogDebugFunctionName()
54threadIdString = StringFormat("[%x]", std::hash<std::thread::id> {}(std::this_thread::get_id())); in GetLogDebugFunctionName()
214 string threadIdString; in PrintLogEx() local
226 GetLogDebugFunctionName(debugInfo, line, threadIdString); in PrintLogEx()
228 …ringFormat("[%s][%s]%s%s %s%s", logLevelString.c_str(), timeString.c_str(), threadIdString.c_str(), in PrintLogEx()