Home | History | Annotate | Download | only in helgrind

Lines Matching refs:elemBag

273          tl_assert(VG_(elemBag)(lk->heldBy, (Word)thr)
804 return VG_(elemBag)( lk->heldBy, (Word)thr ) > 0;
1248 n = VG_(elemBag)( lock->heldBy, (Word)thr );
1274 tl_assert(n == VG_(elemBag)( lock->heldBy, (Word)thr ));
1309 // tl_assert(0 == VG_(elemBag)( lock->heldBy, (Word)thr ));
1951 && VG_(elemBag)( lk->heldBy, (Word)thr ) > 0 ) {
2215 if (lk->heldBy != NULL && 0 == VG_(elemBag)(lk->heldBy, (Word)thr)) {
2277 && VG_(elemBag)( lk->heldBy, (Word)thr ) == 0) {