Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dbase.cpp97 void GetLogDebugFunctionName(string &debugInfo, int line, string &threadIdString) in GetLogDebugFunctionName() argument
103 threadIdString = ""; in GetLogDebugFunctionName()
106threadIdString = StringFormat("[%x]", std::hash<std::thread::id> {}(std::this_thread::get_id())); in GetLogDebugFunctionName()
391 string threadIdString; in PrintLogEx() local
398 GetLogDebugFunctionName(debugInfo, line, threadIdString); in PrintLogEx()
401 threadIdString.c_str(), debugInfo.c_str(), buf, sep.c_str()); in PrintLogEx()