Home
last modified time | relevance | path

Searched refs:locksetW (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/helgrind/
Dhg_lock_n_thread.h90 WordSetID locksetW; /* subset of locksetA held in w-mode */ member
Dhg_main.c178 thread->locksetW = HG_(emptyWS)( univ_lsets ); in mk_Thread()
384 thr->locksetW, (UWord)lk )); in remove_Lock_from_locksets_of_all_owning_Threads()
385 thr->locksetW in remove_Lock_from_locksets_of_all_owning_Threads()
386 = HG_(delFromWS)( univ_lsets, thr->locksetW, (UWord)lk ); in remove_Lock_from_locksets_of_all_owning_Threads()
426 space(d+3); VG_(printf)("locksetW %d\n", (Int)t->locksetW); in pp_Thread()
897 wsW = thr->locksetW; in threads__sanity_check()
961 && !HG_(elemWS)(univ_lsets, thr->locksetW, (UWord)lk)) in locks__sanity_check()
964 && HG_(elemWS)(univ_lsets, thr->locksetW, (UWord)lk)) in locks__sanity_check()
1181 thr->locksetW = HG_(addToWS)( univ_lsets, thr->locksetW, (UWord)lk ); in evhH__post_thread_w_acquires_lock()
1312 tl_assert(!HG_(elemWS)( univ_lsets, thr->locksetW, (UWord)lock )); in evhH__pre_thread_releases_lock()
[all …]
Dhg_errors.c410 xe->XE.Race.thr->locksetW, in HG_()
Dlibhb_core.c4592 WordSetID locksHeldW = thr->hgthread->locksetW; in event_map_bind()