Home | History | Annotate | Download | only in helgrind

Lines Matching refs:threadp

444             Thread* threadp;
447 threadp = libhb_get_Thr_hgthread( thrp );
448 tl_assert(threadp);
450 xe->XE.Race.h2_ct = threadp;
1280 Thread* threadp;
1282 threadp = libhb_get_Thr_hgthread( thr_a );
1283 tl_assert(threadp);
1284 if (!threadp->announced) {
1288 announce_one_thread (threadp);
1289 threadp->announced = False;
1292 announce_one_thread (threadp);
1295 (int)SzB, (void*)ga, threadp->errmsg_index);
1296 if (threadp->coretid == VG_INVALID_THREADID)
1299 VG_(printf)(" tid %u\n", threadp->coretid);