Lines Matching refs:coretid
519 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) ); in HG_()
520 tl_assert( thr->coretid != VG_INVALID_THREADID ); in HG_()
526 VG_(maybe_record_error)( thr->coretid, in HG_()
542 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) ); in HG_()
543 tl_assert( thr->coretid != VG_INVALID_THREADID ); in HG_()
544 VG_(maybe_record_error)( thr->coretid, in HG_()
562 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) ); in HG_()
563 tl_assert( thr->coretid != VG_INVALID_THREADID ); in HG_()
564 VG_(maybe_record_error)( thr->coretid, in HG_()
577 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) ); in HG_()
578 tl_assert( thr->coretid != VG_INVALID_THREADID ); in HG_()
579 VG_(maybe_record_error)( thr->coretid, in HG_()
608 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) ); in HG_()
609 tl_assert( thr->coretid != VG_INVALID_THREADID ); in HG_()
610 VG_(maybe_record_error)( thr->coretid, in HG_()
628 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) ); in HG_()
629 tl_assert( thr->coretid != VG_INVALID_THREADID ); in HG_()
630 VG_(maybe_record_error)( thr->coretid, in HG_()
647 tl_assert( HG_(is_sane_ThreadId)(thr->coretid) ); in HG_()
648 tl_assert( thr->coretid != VG_INVALID_THREADID ); in HG_()
649 VG_(maybe_record_error)( thr->coretid, in HG_()
1296 if (threadp->coretid == VG_INVALID_THREADID) in HG_()
1299 VG_(printf)(" tid %d\n", threadp->coretid); in HG_()