Home
last modified time | relevance | path

Searched refs:word_tid (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/drd/
Ddrd_barrier.c333 const UWord word_tid = tid; in DRD_() local
369 VG_(OSetGen_ResetIterAt)(oset, &word_tid); in DRD_()
373 q = VG_(OSetGen_Lookup)(oset, &word_tid); in DRD_()
378 tl_assert(VG_(OSetGen_Lookup)(oset, &word_tid) == q); in DRD_()
408 const UWord word_tid = tid; in DRD_() local
435 q = VG_(OSetGen_Lookup)(oset, &word_tid); in DRD_()
459 tl_assert(VG_(OSetGen_Lookup)(oset, &word_tid) == q); in DRD_()
506 const UWord word_tid = tid; in barrier_delete_thread() local
510 q = VG_(OSetGen_Lookup)(p->oset[i], &word_tid); in barrier_delete_thread()
Ddrd_hb.c161 const UWord word_tid = tid; in DRD_() local
174 q = VG_(OSetGen_Lookup)(p->oset, &word_tid); in DRD_()
180 tl_assert(VG_(OSetGen_Lookup)(p->oset, &word_tid) == q); in DRD_()