Searched refs:thread_names_ (Results 1 – 6 of 6) sorted by relevance
200 std::unordered_map<string, ThreadNamesMap> thread_names_ TF_GUARDED_BY(mu_);
421 auto& thread_names_map = thread_names_[device]; in SaveThreadName()548 for (const auto& device_thread : thread_names_) { in FinalizeInternal()
1230 auto existing_name = thread_names_.find(thread_id); in AddTraceEventWithThreadIdAndTimestamp()1231 if (existing_name == thread_names_.end()) { in AddTraceEventWithThreadIdAndTimestamp()1233 thread_names_[thread_id] = new_name; in AddTraceEventWithThreadIdAndTimestamp()1387 std::string thread_name = thread_names_[thread_id]; in EventToConsoleMessage()1589 for (const auto& it : thread_names_) { in AddMetadataEventsWhileLocked()
477 std::unordered_map<int, std::string> thread_names_; variable
889 return thread_names_[thread]; in GetThreadName()902 thread_names_[this_event.thread] = string_it->second; in ParseMetadata()
763 std::map<TraceEvent::ProcessThreadID, std::string> thread_names_; variable