Home | History | Annotate | Download | only in helgrind

Lines Matching full:lk1

104    Lock* lk1 = (Lock*)lk1W;
106 tl_assert( HG_(is_sane_LockNorP)(lk1) );
108 if (lk1->unique < lk2->unique) return -1;
109 if (lk1->unique > lk2->unique) return 1;