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.cc173 u64 mid = this->AddMutex(d.id); in AddMemoryAccess()
253 void ScopedReport::AddMutex(const SyncVar *s) { in AddMutex() function in __tsan::ScopedReport
267 u64 ScopedReport::AddMutex(u64 id) { in AddMutex() function in __tsan::ScopedReport
277 AddMutex(s); in AddMutex()
Dtsan_rtl_mutex.cc57 rep.AddMutex(mid); in ReportMutexMisuse()
122 rep.AddMutex(mid); in MutexDestroy()
467 rep.AddMutex(r->loop[i].mtx_ctx0); in ReportDeadlock()
Dtsan_rtl.h534 void AddMutex(const SyncVar *s);
535 u64 AddMutex(u64 id);