Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dprocess_tracker.cc171 TraceStorage::Thread* thd2 = context_->storage->GetMutableThread(utid2); in AssociateThreads() local
177 if (thd1->upid.has_value() && !thd2->upid.has_value()) { in AssociateThreads()
178 thd2->upid = *thd1->upid; in AssociateThreads()
183 if (thd2->upid.has_value() && !thd1->upid.has_value()) { in AssociateThreads()
184 thd1->upid = *thd2->upid; in AssociateThreads()
185 ResolvePendingAssociations(utid1, *thd2->upid); in AssociateThreads()
189 if (thd1->upid.has_value() && thd1->upid != thd2->upid) { in AssociateThreads()
192 thd1->tid, thd2->tid); in AssociateThreads()