Home | History | Annotate | Download | only in helgrind

Lines Matching refs:heldW

199    lock->heldW            = False;
260 tl_assert(!lk->heldW);
261 lk->heldW = True;
269 tl_assert(lk->heldW);
278 tl_assert(lk->heldBy == NULL && !lk->heldW); /* must be unheld */
294 || (lk->heldBy != NULL && !lk->heldW));
315 lk->heldW = False;
319 tl_assert(!lk->heldW);
344 lk->heldW = False;
354 tl_assert(!lk->heldW);
366 if (lk->heldW) {
469 space(d+3); VG_(printf)("heldW %s\n", lk->heldW ? "yes" : "no");
886 if (lk->heldW
889 if ((!lk->heldW)
896 if (lk->heldW) BAD("9"); /* should be False if !heldBy */
1050 tl_assert(!lk->heldW);
1060 if (!lk->heldW) {
1149 tl_assert(!lk->heldW);
1159 if (lk->heldW) {
1235 tl_assert(!lock->heldW);
1244 was_heldW = lock->heldW;
1278 || (lock->kind == LK_rdwr && !lock->heldW));
1280 if (lock->heldW)
1296 tl_assert(lock->heldW == False);
1306 tl_assert(lock->heldW == False);
1908 lk->heldW = False;
1950 && lk->heldW
2405 lk->heldW = False;