Searched refs:heldW (Results 1 – 4 of 4) sorted by relevance
77 return !lock->heldW; in is_sane_Lock_BASE()90 if (lock->heldW) { in is_sane_Lock_BASE()
217 lock->heldW = False; in mk_LockN()278 tl_assert(!lk->heldW); in lockN_acquire_writer()279 lk->heldW = True; in lockN_acquire_writer()287 tl_assert(lk->heldW); in lockN_acquire_writer()296 tl_assert(lk->heldBy == NULL && !lk->heldW); /* must be unheld */ in lockN_acquire_writer()312 || (lk->heldBy != NULL && !lk->heldW)); in lockN_acquire_reader()333 lk->heldW = False; in lockN_acquire_reader()337 tl_assert(!lk->heldW); in lockN_acquire_reader()362 lk->heldW = False; in lockN_release()372 tl_assert(!lk->heldW); in remove_Lock_from_locksets_of_all_owning_Threads()[all …]
163 Bool heldW; member
178 lkp->heldW = False; in mk_LockP_from_LockN()