Lines Matching refs:heldW

203    lock->heldW            = False;  in mk_LockN()
264 tl_assert(!lk->heldW); in lockN_acquire_writer()
265 lk->heldW = True; in lockN_acquire_writer()
273 tl_assert(lk->heldW); in lockN_acquire_writer()
282 tl_assert(lk->heldBy == NULL && !lk->heldW); /* must be unheld */ in lockN_acquire_writer()
298 || (lk->heldBy != NULL && !lk->heldW)); in lockN_acquire_reader()
319 lk->heldW = False; in lockN_acquire_reader()
323 tl_assert(!lk->heldW); in lockN_acquire_reader()
348 lk->heldW = False; in lockN_release()
358 tl_assert(!lk->heldW); in remove_Lock_from_locksets_of_all_owning_Threads()
370 if (lk->heldW) { in remove_Lock_from_locksets_of_all_owning_Threads()
491 space(d+3); VG_(printf)("heldW %s\n", lk->heldW ? "yes" : "no"); in pp_Lock()
506 lk->heldW ? 'W' : 'R', in pp_Lock()
920 if (lk->heldW in locks__sanity_check()
923 if ((!lk->heldW) in locks__sanity_check()
930 if (lk->heldW) BAD("9"); /* should be False if !heldBy */ in locks__sanity_check()
1084 tl_assert(!lk->heldW); in evhH__post_thread_w_acquires_lock()
1094 if (!lk->heldW) { in evhH__post_thread_w_acquires_lock()
1183 tl_assert(!lk->heldW); in evhH__post_thread_r_acquires_lock()
1193 if (lk->heldW) { in evhH__post_thread_r_acquires_lock()
1269 tl_assert(!lock->heldW); in evhH__pre_thread_releases_lock()
1278 was_heldW = lock->heldW; in evhH__pre_thread_releases_lock()
1312 || (lock->kind == LK_rdwr && !lock->heldW)); in evhH__pre_thread_releases_lock()
1314 if (lock->heldW) in evhH__pre_thread_releases_lock()
1330 tl_assert(lock->heldW == False); in evhH__pre_thread_releases_lock()
1340 tl_assert(lock->heldW == False); in evhH__pre_thread_releases_lock()
1978 lk->heldW = False; in evh__HG_PTHREAD_MUTEX_DESTROY_PRE()
2021 && lk->heldW in evh__HG_PTHREAD_MUTEX_LOCK_PRE()
2538 lk->heldW = False; in evh__HG_PTHREAD_RWLOCK_DESTROY_PRE()