Searched refs:thd2 (Results 1 – 1 of 1) sorted by relevance
171 TraceStorage::Thread* thd2 = context_->storage->GetMutableThread(utid2); in AssociateThreads() local177 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()