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

  /external/valgrind/main/helgrind/
hg_lock_n_thread.h 85 WordSetID locksetW; /* subset of locksetA held in w-mode */
hg_main.c 172 thread->locksetW = HG_(emptyWS)( univ_lsets );
352 thr->locksetW, (Word)lk ));
353 thr->locksetW
354 = HG_(delFromWS)( univ_lsets, thr->locksetW, (Word)lk );
396 space(d+3); VG_(printf)("locksetW %d\n", (Int)t->locksetW);
813 wsW = thr->locksetW;
877 && !HG_(elemWS)(univ_lsets, thr->locksetW, (Word)lk))
880 && HG_(elemWS)(univ_lsets, thr->locksetW, (Word)lk))
    [all...]

Completed in 20 milliseconds