HomeSort by relevance Sort by last modified time
    Searched refs:heldW (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/helgrind/
hg_lock_n_thread.c 76 /* Unheld. We arbitrarily require heldW to be False. */
77 return !lock->heldW;
90 if (lock->heldW) {
hg_lock_n_thread.h 140 Bool heldW;
142 /* .heldBy is NULL: lock is unheld, and .heldW is meaningless
145 .heldW is True: lock is w-held by threads in heldBy
146 .heldW is False: lock is r-held by threads in heldBy
hg_main.c 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);
    [all...]
hg_errors.c 177 lkp->heldW = False;
    [all...]

Completed in 43 milliseconds