Lines Matching refs:heldW
215 lock->heldW = False;
276 tl_assert(!lk->heldW);
277 lk->heldW = True;
285 tl_assert(lk->heldW);
294 tl_assert(lk->heldBy == NULL && !lk->heldW); /* must be unheld */
310 || (lk->heldBy != NULL && !lk->heldW));
331 lk->heldW = False;
335 tl_assert(!lk->heldW);
360 lk->heldW = False;
370 tl_assert(!lk->heldW);
382 if (lk->heldW) {
503 space(d+3); VG_(printf)("heldW %s\n", lk->heldW ? "yes" : "no");
518 lk->heldW ? 'W' : 'R',
960 if (lk->heldW
963 if ((!lk->heldW)
970 if (lk->heldW) BAD("9"); /* should be False if !heldBy */
1124 tl_assert(!lk->heldW);
1134 if (!lk->heldW) {
1223 tl_assert(!lk->heldW);
1233 if (lk->heldW) {
1309 tl_assert(!lock->heldW);
1318 was_heldW = lock->heldW;
1352 || (lock->kind == LK_rdwr && !lock->heldW));
1354 if (lock->heldW)
1370 tl_assert(lock->heldW == False);
1380 tl_assert(lock->heldW == False);
2056 lk->heldW = False;
2099 && lk->heldW
2616 lk->heldW = False;