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

  /external/valgrind/main/drd/
drd_barrier.c 342 const UWord word_tid = tid; local
373 q = VG_(OSetGen_Lookup)(p->oset, &word_tid);
379 tl_assert(VG_(OSetGen_Lookup)(p->oset, &word_tid) == q);
409 const UWord word_tid = tid; local
439 q = VG_(OSetGen_Lookup)(p->oset, &word_tid);
455 tl_assert(VG_(OSetGen_Lookup)(p->oset, &word_tid) == q);
502 const UWord word_tid = tid; local
504 q = VG_(OSetGen_Remove)(p->oset, &word_tid);
drd_hb.c 162 const UWord word_tid = tid; local
179 q = VG_(OSetGen_Lookup)(p->oset, &word_tid);
185 tl_assert(VG_(OSetGen_Lookup)(p->oset, &word_tid) == q);

Completed in 21 milliseconds