Searched refs:thread_names_ (Results 1 – 4 of 4) sorted by relevance
1238 thread_names_.find(thread_id); in AddTraceEventWithThreadIdAndTimestamp()1239 if (existing_name == thread_names_.end()) { in AddTraceEventWithThreadIdAndTimestamp()1241 thread_names_[thread_id] = new_name; in AddTraceEventWithThreadIdAndTimestamp()1376 std::string thread_name = thread_names_[thread_id]; in EventToConsoleMessage()1542 for (const auto& it : thread_names_) { in AddMetadataEventsWhileLocked()
458 base::hash_map<int, std::string> thread_names_;
875 return thread_names_[thread]; in GetThreadName()888 thread_names_[this_event.thread] = string_it->second; in ParseMetadata()
738 std::map<TraceEvent::ProcessThreadID, std::string> thread_names_; variable