Searched refs:AddThread (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_rtl_report.cc | 190 void ScopedReportBase::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase 254 void ScopedReportBase::AddThread(int unique_tid, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase 257 AddThread(tctx, suppressable); in AddThread() 323 AddThread(tctx); in AddLocation() 343 AddThread(tctx); in AddLocation() 352 AddThread(tctx); in AddLocation() 696 rep.AddThread(tctx); in ReportRace()
|
H A D | tsan_rtl.h | 583 void AddThread(const ThreadContext *tctx, bool suppressable = false); 584 void AddThread(int unique_tid, bool suppressable = false);
|
H A D | tsan_rtl_thread.cc | 217 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize()
|
H A D | tsan_rtl_mutex.cc | 520 rep.AddThread((int)r->loop[i].thr_ctx); in ReportDeadlock()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_rtl_report.cc | 192 void ScopedReportBase::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase 256 void ScopedReportBase::AddThread(int unique_tid, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase 259 AddThread(tctx, suppressable); in AddThread() 325 AddThread(tctx); in AddLocation() 345 AddThread(tctx); in AddLocation() 354 AddThread(tctx); in AddLocation() 698 rep.AddThread(tctx); in ReportRace()
|
H A D | tsan_rtl.h | 587 void AddThread(const ThreadContext *tctx, bool suppressable = false); 588 void AddThread(int unique_tid, bool suppressable = false);
|
H A D | tsan_rtl_thread.cc | 219 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize()
|
H A D | tsan_rtl_mutex.cc | 522 rep.AddThread((int)r->loop[i].thr_ctx); in ReportDeadlock()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_rtl_report.cpp | 202 void ScopedReportBase::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase 265 void ScopedReportBase::AddThread(Tid unique_tid, bool suppressable) { in AddThread() function in __tsan::ScopedReportBase 268 AddThread(tctx, suppressable); in AddThread() 332 AddThread(tctx); in AddLocation() 356 AddThread(tctx); in AddLocation() 365 AddThread(tctx); in AddLocation() 931 rep.AddThread(tctx); in ReportRace()
|
H A D | tsan_rtl.h | 358 void AddThread(const ThreadContext *tctx, bool suppressable = false); 359 void AddThread(Tid unique_tid, bool suppressable = false);
|
H A D | tsan_rtl_thread.cpp | 101 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize()
|
H A D | tsan_rtl_mutex.cpp | 537 rep.AddThread((int)r->loop[i].thr_ctx); in ReportDeadlock()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ |
H A D | ChangeLog | 1403 * tsan/tsan_rtl_report.cc (ScopedReport::AddThread): Cherry pick
|