Searched refs:root_b (Results 1 – 1 of 1) sorted by relevance
356 LoopNode* root_b = FindSet(b); in UnionSets() local359 b = root_b; in UnionSets()361 if (root_a == root_b) { in UnionSets()363 } else if (root_a < root_b) { in UnionSets()364 root_b->CompareExchangeParent(&root_b, root_a); in UnionSets()366 root_a->CompareExchangeParent(&root_a, root_b); in UnionSets()
Completed in 2 milliseconds