Home | History | Annotate | Download | only in helgrind

Lines Matching full:lk2

105    Lock* lk2 = (Lock*)lk2W;
107 tl_assert( HG_(is_sane_LockNorP)(lk2) );
108 if (lk1->unique < lk2->unique) return -1;
109 if (lk1->unique > lk2->unique) return 1;