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