Lines Matching full:thr_q
1656 Thread* thr_q;
1676 thr_q = map_threads_maybe_lookup( quit_tid );
1677 tl_assert(thr_q != NULL);
1680 nHeld = HG_(cardinalityWS)( univ_lsets, thr_q->locksetA );
1686 HG_(record_error_Misc)( thr_q, buf );
1695 tl_assert(thr_q->hbthr);
1696 libhb_async_exit(thr_q->hbthr);
1697 tl_assert(thr_q->coretid == quit_tid);
1698 thr_q->coretid = VG_INVALID_THREADID;
1769 Thread* thr_q;
1780 thr_q = quit_thr;
1782 tl_assert(thr_q != NULL);
1783 tl_assert(thr_s != thr_q);
1786 hbthr_q = thr_q->hbthr;
1789 tl_assert( libhb_get_Thr_hgthread(hbthr_q) == thr_q );
1802 tl_assert( map_threads_maybe_reverse_lookup_SLOW(thr_q)
5137 Thread* thr_q = NULL; /* quitter Thread* */
5144 NULL, (UWord*)&thr_q, (UWord)args[1] );
5155 thr_q);
5156 evh__HG_PTHREAD_JOIN_POST( tid, thr_q );