Searched refs:root_a (Results 1 – 1 of 1) sorted by relevance
355 LoopNode* root_a = FindSet(a); in UnionSets() local358 a = root_a; 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 3 milliseconds