Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp193 u64 mid = this->AddMutex(d.id); in AddMemoryAccess()
274 void ScopedReportBase::AddMutex(const SyncVar *s) { in AddMutex() function in __tsan::ScopedReportBase
288 u64 ScopedReportBase::AddMutex(u64 id) NO_THREAD_SAFETY_ANALYSIS { in AddMutex() function in __tsan::ScopedReportBase
298 AddMutex(s); in AddMutex()
H A Dtsan_rtl_mutex.cpp58 rep.AddMutex(mid); in ReportMutexMisuse()
112 rep.AddMutex(mid); in MutexDestroy()
527 rep.AddMutex(r->loop[i].mtx_ctx0); in ReportDeadlock()
H A Dtsan_rtl.h583 void AddMutex(const SyncVar *s);
584 u64 AddMutex(u64 id);