Searched refs:hit_matched (Results 1 – 1 of 1) sorted by relevance
182 Vector<ExpectRace> hit_matched; in PrintMatchedBenignRaces() local183 CollectMatchedBenignRaces(&hit_matched, &unique_count, &hit_count, in PrintMatchedBenignRaces()188 if (hit_matched.Size()) { in PrintMatchedBenignRaces()191 for (uptr i = 0; i < hit_matched.Size(); i++) { in PrintMatchedBenignRaces()193 atomic_load_relaxed(&hit_matched[i].hitcount), in PrintMatchedBenignRaces()194 hit_matched[i].file, hit_matched[i].line, hit_matched[i].desc); in PrintMatchedBenignRaces()197 if (hit_matched.Size()) { in PrintMatchedBenignRaces()