Lines Matching refs:PthAPIerror
343 } PthAPIerror; member
623 xe.XE.PthAPIerror.thr = thr; in HG_()
624 xe.XE.PthAPIerror.fnname = string_table_strdup(fnname); in HG_()
625 xe.XE.PthAPIerror.err = err; in HG_()
626 xe.XE.PthAPIerror.errstr = string_table_strdup(errstr); in HG_()
687 return xe1->XE.PthAPIerror.thr == xe2->XE.PthAPIerror.thr in HG_()
688 && 0==VG_(strcmp)(xe1->XE.PthAPIerror.fnname, in HG_()
689 xe2->XE.PthAPIerror.fnname) in HG_()
690 && xe1->XE.PthAPIerror.err == xe2->XE.PthAPIerror.err; in HG_()
879 announce_one_thread( xe->XE.PthAPIerror.thr ); in HG_()
1037 tl_assert( HG_(is_sane_Thread)( xe->XE.PthAPIerror.thr ) ); in HG_()
1044 (Int)xe->XE.PthAPIerror.thr->errmsg_index, in HG_()
1045 xe->XE.PthAPIerror.fnname ); in HG_()
1047 (Int)xe->XE.PthAPIerror.thr->errmsg_index ); in HG_()
1050 xe->XE.PthAPIerror.err, xe->XE.PthAPIerror.errstr ); in HG_()
1056 (Int)xe->XE.PthAPIerror.thr->errmsg_index, in HG_()
1057 xe->XE.PthAPIerror.fnname ); in HG_()
1059 xe->XE.PthAPIerror.err, xe->XE.PthAPIerror.errstr ); in HG_()