Home
last modified time | relevance | path

Searched refs:AddMutex (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc178 u64 mid = this->AddMutex(d.id); in AddMemoryAccess()
258 void ScopedReport::AddMutex(const SyncVar *s) { in AddMutex() function in __tsan::ScopedReport
272 u64 ScopedReport::AddMutex(u64 id) { in AddMutex() function in __tsan::ScopedReport
282 AddMutex(s); in AddMutex()
Dtsan_rtl_mutex.cc57 rep.AddMutex(mid); in ReportMutexMisuse()
115 rep.AddMutex(mid); in MutexDestroy()
478 rep.AddMutex(r->loop[i].mtx_ctx0); in ReportDeadlock()
Dtsan_rtl.h567 void AddMutex(const SyncVar *s);
568 u64 AddMutex(u64 id);