Home | History | Annotate | Download | only in helgrind

Lines Matching defs:realOwner

1291       Thread* realOwner = (Thread*)VG_(anyElementOfBag)( lock->heldBy );
1292 tl_assert(HG_(is_sane_Thread)(realOwner));
1293 tl_assert(realOwner != thr);
1296 HG_(record_error_UnlockForeign)( thr, realOwner, lock );