Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dbase.cpp96 void GetLogDebugFunctionName(string &debugInfo, int line, string &threadIdString) in GetLogDebugFunctionName() argument
102 threadIdString = ""; in GetLogDebugFunctionName()
105threadIdString = StringFormat("[%x]", std::hash<std::thread::id> {}(std::this_thread::get_id())); in GetLogDebugFunctionName()
390 string threadIdString; in PrintLogEx() local
397 GetLogDebugFunctionName(debugInfo, line, threadIdString); in PrintLogEx()
400 threadIdString.c_str(), debugInfo.c_str(), buf, sep.c_str()); in PrintLogEx()