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.cc373 UniqueTid other_utid; in ResolvePendingAssociations() local
375 other_utid = it->second; in ResolvePendingAssociations()
377 other_utid = it->first; in ResolvePendingAssociations()
383 PERFETTO_DCHECK(other_utid != utid); in ResolvePendingAssociations()
386 PERFETTO_DCHECK(!tt->upid()[other_utid] || in ResolvePendingAssociations()
387 tt->upid()[other_utid] == upid); in ResolvePendingAssociations()
388 AssociateThreadToProcess(other_utid, upid); in ResolvePendingAssociations()
397 resolved_utids.emplace_back(other_utid); in ResolvePendingAssociations()