Searched refs:threadIdString (Results 1 – 1 of 1) sorted by relevance
53 void GetLogDebugFunctionName(string &debugInfo, int line, string &threadIdString) in GetLogDebugFunctionName() argument59 threadIdString = ""; in GetLogDebugFunctionName()62 … threadIdString = StringFormat("[%x]", std::hash<std::thread::id> {}(std::this_thread::get_id())); in GetLogDebugFunctionName()241 string threadIdString; in PrintLogEx() local248 GetLogDebugFunctionName(debugInfo, line, threadIdString); in PrintLogEx()251 threadIdString.c_str(), debugInfo.c_str(), buf, sep.c_str()); in PrintLogEx()