Searched refs:resolved_utids (Results 1 – 1 of 1) sorted by relevance
373 std::vector<UniqueTid> resolved_utids; in ResolvePendingAssociations() local374 resolved_utids.emplace_back(utid_arg); in ResolvePendingAssociations()376 while (!resolved_utids.empty()) { in ResolvePendingAssociations()377 UniqueTid utid = resolved_utids.back(); in ResolvePendingAssociations()378 resolved_utids.pop_back(); in ResolvePendingAssociations()429 resolved_utids.emplace_back(other_utid); in ResolvePendingAssociations()