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

  /external/valgrind/main/helgrind/
hg_lock_n_thread.h 89 WordSetID locksetA; /* WordSet of Lock* currently held by thread */
90 WordSetID locksetW; /* subset of locksetA held in w-mode */
hg_main.c 167 thread->locksetA = HG_(emptyWS)( univ_lsets );
362 thr->locksetA, (Word)lk ));
363 thr->locksetA
364 = HG_(delFromWS)( univ_lsets, thr->locksetA, (Word)lk );
409 space(d+3); VG_(printf)("locksetA %d\n", (Int)t->locksetA);
822 wsA = thr->locksetA;
883 if (!HG_(elemWS)(univ_lsets, thr->locksetA, (Word)lk))
    [all...]

Completed in 78 milliseconds