Searched refs:threadIdString (Results 1 – 1 of 1) sorted by relevance
97 void GetLogDebugFunctionName(string &debugInfo, int line, string &threadIdString) in GetLogDebugFunctionName() argument103 threadIdString = ""; in GetLogDebugFunctionName()106 … threadIdString = StringFormat("[%x]", std::hash<std::thread::id> {}(std::this_thread::get_id())); in GetLogDebugFunctionName()391 string threadIdString; in PrintLogEx() local398 GetLogDebugFunctionName(debugInfo, line, threadIdString); in PrintLogEx()401 threadIdString.c_str(), debugInfo.c_str(), buf, sep.c_str()); in PrintLogEx()