Searched refs:thread_with_name (Results 1 – 1 of 1) sorted by relevance
775 std::string thread_with_name(thread_str); in CreateThread() local776 thread_with_name += ' '; in CreateThread()777 thread_with_name += name; in CreateThread()778 EmplaceSafeString(object, "name", thread_with_name); in CreateThread()