Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/common/
Dprocess_tracker.cc42 thread_name_priorities_.push_back(ThreadNamePriority::kOther); in ProcessTracker()
56 PERFETTO_DCHECK(thread_name_priorities_.size() == new_utid); in StartNewThread()
57 thread_name_priorities_.push_back(ThreadNamePriority::kOther); in StartNewThread()
121 if (priority >= thread_name_priorities_[utid]) { in UpdateThreadNameByUtid()
123 thread_name_priorities_[utid] = priority; in UpdateThreadNameByUtid()
Dprocess_tracker.h207 std::vector<ThreadNamePriority> thread_name_priorities_; variable