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

/external/valgrind/main/helgrind/
H A Dhg_lock_n_thread.h90 WordSetID locksetW; /* subset of locksetA held in w-mode */ member in struct:_Thread
H A Dhg_main.c168 thread->locksetW = HG_(emptyWS)( univ_lsets );
368 thr->locksetW, (Word)lk ));
369 thr->locksetW
370 = HG_(delFromWS)( univ_lsets, thr->locksetW, (Word)lk );
410 space(d+3); VG_(printf)("locksetW %d\n", (Int)t->locksetW);
823 wsW = thr->locksetW;
887 && !HG_(elemWS)(univ_lsets, thr->locksetW, (Word)lk))
890 && HG_(elemWS)(univ_lsets, thr->locksetW, (Word)lk))
1107 thr->locksetW
[all...]
H A Dhg_errors.c400 xe->XE.Race.thr->locksetW,
H A Dlibhb_core.c4159 WordSetID locksHeldW = thr->hgthread->locksetW;

Completed in 304 milliseconds