Searched refs:AddThread (Results 1 – 4 of 4) sorted by relevance
188 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() function in __tsan::ScopedReport251 void ScopedReport::AddThread(int unique_tid, bool suppressable) { in AddThread() function in __tsan::ScopedReport254 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()
564 void AddThread(const ThreadContext *tctx, bool suppressable = false);565 void AddThread(int unique_tid, bool suppressable = false);
208 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize()
480 rep.AddThread((int)r->loop[i].thr_ctx); in ReportDeadlock()