Searched refs:thread_with_name (Results 1 – 1 of 1) sorted by relevance
810 std::string thread_with_name(thread_str); in CreateThread() local811 thread_with_name += ' '; in CreateThread()812 thread_with_name += name; in CreateThread()813 EmplaceSafeString(object, "name", thread_with_name); in CreateThread()