Searched refs:thd1 (Results 1 – 1 of 1) sorted by relevance
170 TraceStorage::Thread* thd1 = context_->storage->GetMutableThread(utid1); in AssociateThreads() local177 if (thd1->upid.has_value() && !thd2->upid.has_value()) { in AssociateThreads()178 thd2->upid = *thd1->upid; in AssociateThreads()179 ResolvePendingAssociations(utid2, *thd1->upid); in AssociateThreads()183 if (thd2->upid.has_value() && !thd1->upid.has_value()) { in AssociateThreads()184 thd1->upid = *thd2->upid; in AssociateThreads()189 if (thd1->upid.has_value() && thd1->upid != thd2->upid) { in AssociateThreads()192 thd1->tid, thd2->tid); in AssociateThreads()