Searched refs:thread_names_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/debug/
H A Dtrace_event_impl.cc1209 thread_names_.find(thread_id);
1210 if (existing_name == thread_names_.end()) {
1212 thread_names_[thread_id] = new_name;
1250 std::string thread_name = thread_names_[thread_id];
1413 for(hash_map<int, std::string>::iterator it = thread_names_.begin();
1414 it != thread_names_.end();
H A Dtrace_event_impl.h566 base::hash_map<int, std::string> thread_names_; member in class:base::debug::TraceLog
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.h613 std::map<TraceEvent::ProcessThreadID, std::string> thread_names_; member in class:trace_analyzer::TraceAnalyzer
H A Dtrace_event_analyzer.cc805 return thread_names_[thread];
818 thread_names_[this_event.thread] = string_it->second;

Completed in 61 milliseconds