Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dprocess_tracker.cc210 UniqueTid other_utid; in ResolvePendingAssociations() local
212 other_utid = it->second; in ResolvePendingAssociations()
214 other_utid = it->first; in ResolvePendingAssociations()
220 PERFETTO_DCHECK(other_utid != utid); in ResolvePendingAssociations()
223 auto* other_thd = context_->storage->GetMutableThread(other_utid); in ResolvePendingAssociations()
234 resolved_utids.emplace_back(other_utid); in ResolvePendingAssociations()