Searched refs:race_report (Results 1 – 1 of 1) sorted by relevance
5736 ThreadSanitizerDataRaceReport *race_report = in AddReport() local5739 race_report->type = ThreadSanitizerReport::DATA_RACE; in AddReport()5740 race_report->new_sval = new_sval; in AddReport()5741 race_report->old_sval = old_sval; in AddReport()5742 race_report->is_expected = is_expected; in AddReport()5743 race_report->last_access_is_w = is_w; in AddReport()5744 race_report->racey_addr = addr; in AddReport()5745 race_report->racey_addr_description = DescribeMemory(addr); in AddReport()5746 race_report->last_access_tid = thr->tid(); in AddReport()5747 race_report->last_access_sid = thr->sid(); in AddReport()[all …]