Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/common/
Dprocess_tracker.cc403 UniqueTid other_utid; in ResolvePendingAssociations() local
405 other_utid = it->second; in ResolvePendingAssociations()
407 other_utid = it->first; in ResolvePendingAssociations()
413 PERFETTO_DCHECK(other_utid != utid); in ResolvePendingAssociations()
416 PERFETTO_DCHECK(!tt->upid()[other_utid] || in ResolvePendingAssociations()
417 tt->upid()[other_utid] == upid); in ResolvePendingAssociations()
418 AssociateThreadToProcess(other_utid, upid); in ResolvePendingAssociations()
429 resolved_utids.emplace_back(other_utid); in ResolvePendingAssociations()