HomeSort by relevance Sort by last modified time
    Searched refs:thread_names_ (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/trace_event/
trace_log.cc     [all...]
trace_log.h 432 // This lock protects accesses to thread_names_, thread_event_start_times_
447 base::hash_map<int, std::string> thread_names_; member in class:base::trace_event::TraceLog
  /external/libchrome/base/test/
trace_event_analyzer.h 638 std::map<TraceEvent::ProcessThreadID, std::string> thread_names_; member in class:trace_analyzer::TraceAnalyzer
trace_event_analyzer.cc 817 return thread_names_[thread];
830 thread_names_[this_event.thread] = string_it->second;

Completed in 1681 milliseconds