Home
last modified time | relevance | path

Searched refs:root_a (Results 1 – 1 of 1) sorted by relevance

/system/ulib/lockdep/include/lockdep/
A Dlock_class_state.h355 LoopNode* root_a = FindSet(a); in UnionSets() local
358 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