Home | History | Annotate | Download | only in helgrind

Lines Matching full:heldw

196    lock->heldW            = False;
244 tl_assert(!lk->heldW);
245 lk->heldW = True;
253 tl_assert(lk->heldW);
262 tl_assert(lk->heldBy == NULL && !lk->heldW); /* must be unheld */
278 || (lk->heldBy != NULL && !lk->heldW));
299 lk->heldW = False;
303 tl_assert(!lk->heldW);
328 lk->heldW = False;
338 tl_assert(!lk->heldW);
350 if (lk->heldW) {
454 space(d+3); VG_(printf)("heldW %s\n", lk->heldW ? "yes" : "no");
876 if (lk->heldW
879 if ((!lk->heldW)
886 if (lk->heldW) BAD("9"); /* should be False if !heldBy */
1160 tl_assert(!lk->heldW);
1170 if (!lk->heldW) {
1257 tl_assert(!lk->heldW);
1267 if (lk->heldW) {
1341 tl_assert(!lock->heldW);
1350 was_heldW = lock->heldW;
1384 || (lock->kind == LK_rdwr && !lock->heldW));
1386 if (lock->heldW)
1402 tl_assert(lock->heldW == False);
1412 tl_assert(lock->heldW == False);
1974 lk->heldW = False;
2015 && lk->heldW
2449 lk->heldW = False;