Lines Matching refs:elemBag
291 tl_assert(VG_(elemBag)(lk->heldBy, (UWord)thr)
880 return VG_(elemBag)( lk->heldBy, (UWord)thr ) > 0;
1324 n = VG_(elemBag)( lock->heldBy, (UWord)thr );
1350 tl_assert(n == VG_(elemBag)( lock->heldBy, (UWord)thr ));
1385 // tl_assert(0 == VG_(elemBag)( lock->heldBy, (UWord)thr ));
2102 && VG_(elemBag)( lk->heldBy, (UWord)thr ) > 0 ) {
2401 if (lk->heldBy != NULL && 0 == VG_(elemBag)(lk->heldBy, (UWord)thr)) {
2463 && VG_(elemBag)( lk->heldBy, (UWord)thr ) == 0) {