Searched refs:resolved_utids (Results 1 – 1 of 1) sorted by relevance
203 std::vector<UniqueTid> resolved_utids; in ResolvePendingAssociations() local204 resolved_utids.emplace_back(utid_arg); in ResolvePendingAssociations()206 while (!resolved_utids.empty()) { in ResolvePendingAssociations()207 UniqueTid utid = resolved_utids.back(); in ResolvePendingAssociations()208 resolved_utids.pop_back(); in ResolvePendingAssociations()234 resolved_utids.emplace_back(other_utid); in ResolvePendingAssociations()