Home
last modified time | relevance | path

Searched refs:thread_name_it (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dchrome_string_lookup.cc198 auto thread_name_it = chrome_thread_name_ids_.find(thread_type); in GetThreadName() local
199 if (thread_name_it != chrome_thread_name_ids_.end()) in GetThreadName()
200 return thread_name_it->second; in GetThreadName()