Home
last modified time | relevance | path

Searched refs:hit_matched (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc187 Vector<ExpectRace> hit_matched(MBlockScopedBuf); in PrintMatchedBenignRaces() local
188 CollectMatchedBenignRaces(&hit_matched, &unique_count, &hit_count, in PrintMatchedBenignRaces()
193 if (hit_matched.Size()) { in PrintMatchedBenignRaces()
196 for (uptr i = 0; i < hit_matched.Size(); i++) { in PrintMatchedBenignRaces()
198 atomic_load_relaxed(&hit_matched[i].hitcount), in PrintMatchedBenignRaces()
199 hit_matched[i].file, hit_matched[i].line, hit_matched[i].desc); in PrintMatchedBenignRaces()
202 if (hit_matched.Size()) { in PrintMatchedBenignRaces()