Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc188 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() function in __tsan::ScopedReport
251 void ScopedReport::AddThread(int unique_tid, bool suppressable) { in AddThread() function in __tsan::ScopedReport
254 AddThread(tctx, suppressable); in AddThread()
320 AddThread(tctx); in AddLocation()
339 AddThread(tctx); in AddLocation()
348 AddThread(tctx); in AddLocation()
658 rep.AddThread(tctx); in ReportRace()
Dtsan_rtl.h564 void AddThread(const ThreadContext *tctx, bool suppressable = false);
565 void AddThread(int unique_tid, bool suppressable = false);
Dtsan_rtl_thread.cc208 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize()
Dtsan_rtl_mutex.cc480 rep.AddThread((int)r->loop[i].thr_ctx); in ReportDeadlock()