Searched refs:threadIdString (Results 1 – 1 of 1) sorted by relevance
96 void GetLogDebugFunctionName(string &debugInfo, int line, string &threadIdString) in GetLogDebugFunctionName() argument102 threadIdString = ""; in GetLogDebugFunctionName()105 … threadIdString = StringFormat("[%x]", std::hash<std::thread::id> {}(std::this_thread::get_id())); in GetLogDebugFunctionName()390 string threadIdString; in PrintLogEx() local397 GetLogDebugFunctionName(debugInfo, line, threadIdString); in PrintLogEx()400 threadIdString.c_str(), debugInfo.c_str(), buf, sep.c_str()); in PrintLogEx()