Home | History | Annotate | Download | only in helgrind

Lines Matching refs:lk2

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