Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_report.cc190 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 Dtsan_rtl.h583 void AddThread(const ThreadContext *tctx, bool suppressable = false);
584 void AddThread(int unique_tid, bool suppressable = false);
H A Dtsan_rtl_thread.cc217 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize()
H A Dtsan_rtl_mutex.cc520 rep.AddThread((int)r->loop[i].thr_ctx); in ReportDeadlock()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_report.cc192 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 Dtsan_rtl.h587 void AddThread(const ThreadContext *tctx, bool suppressable = false);
588 void AddThread(int unique_tid, bool suppressable = false);
H A Dtsan_rtl_thread.cc219 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize()
H A Dtsan_rtl_mutex.cc522 rep.AddThread((int)r->loop[i].thr_ctx); in ReportDeadlock()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_report.cpp202 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 Dtsan_rtl.h358 void AddThread(const ThreadContext *tctx, bool suppressable = false);
359 void AddThread(Tid unique_tid, bool suppressable = false);
H A Dtsan_rtl_thread.cpp101 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize()
H A Dtsan_rtl_mutex.cpp537 rep.AddThread((int)r->loop[i].thr_ctx); in ReportDeadlock()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/
H A DChangeLog1403 * tsan/tsan_rtl_report.cc (ScopedReport::AddThread): Cherry pick