Lines Matching refs:hbthr
3260 Thr* hbthr = hgthread->hbthr; in vts_tab__do_GC() local
3261 tl_assert(hbthr); in vts_tab__do_GC()
3264 if (hbthr->llexit_done && hbthr->joinedwith_done) { in vts_tab__do_GC()
3265 tl_assert(hbthr->viR == VtsID_INVALID); in vts_tab__do_GC()
3266 tl_assert(hbthr->viW == VtsID_INVALID); in vts_tab__do_GC()
3270 remap_VtsID( vts_tab, new_tab, &hbthr->viR ); in vts_tab__do_GC()
3271 remap_VtsID( vts_tab, new_tab, &hbthr->viW ); in vts_tab__do_GC()
5001 tl_assert(acc_thr->hgthread->hbthr == acc_thr); in record_race_info()
6436 Thr* hbthr = hgthread->hbthr; in libhb_shutdown() local
6437 tl_assert(hbthr); in libhb_shutdown()
6438 if (hbthr->llexit_done && hbthr->joinedwith_done) in libhb_shutdown()
6440 else if (hbthr->llexit_done) in libhb_shutdown()
6442 else if (hbthr->joinedwith_done) in libhb_shutdown()