Lines Matching refs:thread_info
90 VG_(OSetGen_ResetIter)(p->thread_info); in DRD_()
91 for ( ; (q = VG_(OSetGen_Next)(p->thread_info)) != 0; ) in DRD_()
102 VG_(OSetGen_ResetIter)(p->thread_info); in DRD_()
103 for ( ; (q = VG_(OSetGen_Next)(p->thread_info)) != 0; ) in DRD_()
121 q = VG_(OSetGen_Lookup)(p->thread_info, &uword_tid); in DRD_()
131 q = VG_(OSetGen_Lookup)(p->thread_info, &uword_tid); in DRD_()
176 VG_(OSetGen_ResetIter)(p->thread_info); in DRD_()
177 for ( ; (q = VG_(OSetGen_Next)(p->thread_info)) != 0; ) in DRD_()
240 p->thread_info = VG_(OSetGen_Create)( in DRD_()
267 VG_(OSetGen_ResetIter)(p->thread_info); in rwlock_cleanup()
268 for ( ; (q = VG_(OSetGen_Next)(p->thread_info)) != 0; ) in rwlock_cleanup()
274 VG_(OSetGen_Destroy)(p->thread_info); in rwlock_cleanup()
422 q = DRD_(lookup_or_insert_node)(p->thread_info, drd_tid); in DRD_()
486 q = DRD_(lookup_or_insert_node)(p->thread_info, in DRD_()
545 q = DRD_(lookup_or_insert_node)(p->thread_info, drd_tid); in DRD_()
628 q = DRD_(lookup_or_insert_node)(p->thread_info, tid); in rwlock_delete_thread()