Searched refs:threadIdString (Results 1 – 1 of 1) sorted by relevance
50 void GetLogDebugFunctionName(string &debugInfo, int line, string &threadIdString) in GetLogDebugFunctionName() argument56 threadIdString = ""; in GetLogDebugFunctionName()59 … threadIdString = StringFormat("[%x]", std::hash<std::thread::id> {}(std::this_thread::get_id())); in GetLogDebugFunctionName()238 string threadIdString; in PrintLogEx() local245 GetLogDebugFunctionName(debugInfo, line, threadIdString); in PrintLogEx()248 threadIdString.c_str(), debugInfo.c_str(), buf, sep.c_str()); in PrintLogEx()