/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_interface_ann.cc | 188 Vector<ExpectRace> hit_matched; local in function:__tsan::PrintMatchedBenignRaces 189 CollectMatchedBenignRaces(&hit_matched, &unique_count, &hit_count, 194 if (hit_matched.Size()) { 197 for (uptr i = 0; i < hit_matched.Size(); i++) { 199 atomic_load_relaxed(&hit_matched[i].hitcount), 200 hit_matched[i].file, hit_matched[i].line, hit_matched[i].desc); 203 if (hit_matched.Size()) {
|
tsan_interface_ann.cc | 188 Vector<ExpectRace> hit_matched; local in function:__tsan::PrintMatchedBenignRaces 189 CollectMatchedBenignRaces(&hit_matched, &unique_count, &hit_count, 194 if (hit_matched.Size()) { 197 for (uptr i = 0; i < hit_matched.Size(); i++) { 199 atomic_load_relaxed(&hit_matched[i].hitcount), 200 hit_matched[i].file, hit_matched[i].line, hit_matched[i].desc); 203 if (hit_matched.Size()) {
|