Home | History | Annotate | Download | only in helgrind

Lines Matching refs:elemBag

289          tl_assert(VG_(elemBag)(lk->heldBy, (UWord)thr)
878 return VG_(elemBag)( lk->heldBy, (UWord)thr ) > 0;
1322 n = VG_(elemBag)( lock->heldBy, (UWord)thr );
1348 tl_assert(n == VG_(elemBag)( lock->heldBy, (UWord)thr ));
1383 // tl_assert(0 == VG_(elemBag)( lock->heldBy, (UWord)thr ));
2100 && VG_(elemBag)( lk->heldBy, (UWord)thr ) > 0 ) {
2399 if (lk->heldBy != NULL && 0 == VG_(elemBag)(lk->heldBy, (UWord)thr)) {
2461 && VG_(elemBag)( lk->heldBy, (UWord)thr ) == 0) {