Home
last modified time | relevance | path

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

/external/valgrind/main/drd/
Ddrd_barrier.c334 const UWord word_tid = tid; in DRD_() local
370 VG_(OSetGen_ResetIterAt)(oset, &word_tid); in DRD_()
374 q = VG_(OSetGen_Lookup)(oset, &word_tid); in DRD_()
379 tl_assert(VG_(OSetGen_Lookup)(oset, &word_tid) == q); in DRD_()
409 const UWord word_tid = tid; in DRD_() local
436 q = VG_(OSetGen_Lookup)(oset, &word_tid); in DRD_()
460 tl_assert(VG_(OSetGen_Lookup)(oset, &word_tid) == q); in DRD_()
508 const UWord word_tid = tid; in barrier_delete_thread() local
512 q = VG_(OSetGen_Lookup)(p->oset[i], &word_tid); in barrier_delete_thread()
Ddrd_hb.c162 const UWord word_tid = tid; in DRD_() local
175 q = VG_(OSetGen_Lookup)(p->oset, &word_tid); in DRD_()
181 tl_assert(VG_(OSetGen_Lookup)(p->oset, &word_tid) == q); in DRD_()