Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp60 rep.AddMutex(addr, creation_stack_id); in ReportMutexMisuse()
534 rep.AddMutex(r->loop[i].mtx_ctx0, r->loop[i].stk[0]); in ReportDeadlock()
562 rep.AddMutex(addr, creation_stack_id); in ReportDestroyLocked()
H A Dtsan_rtl_report.cpp196 int id = this->AddMutex(d.addr, d.stack_id); in AddMemoryAccess()
264 int ScopedReportBase::AddMutex(uptr addr, StackID creation_stack_id) { in AddMutex() function in __tsan::ScopedReportBase
H A Dtsan_rtl.h413 int AddMutex(uptr addr, StackID creation_stack_id);
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_report.cpp192 u64 mid = this->AddMutex(d.id); in AddMemoryAccess()
272 void ScopedReportBase::AddMutex(const SyncVar *s) { in AddMutex() function in __tsan::ScopedReportBase
285 u64 ScopedReportBase::AddMutex(u64 id) { in AddMutex() function in __tsan::ScopedReportBase
296 AddMutex(s); in AddMutex()
H A Dtsan_rtl_mutex.cpp58 rep.AddMutex(mid); in ReportMutexMisuse()
115 rep.AddMutex(mid); in MutexDestroy()
535 rep.AddMutex(r->loop[i].mtx_ctx0); in ReportDeadlock()
H A Dtsan_rtl.h357 void AddMutex(const SyncVar *s);
358 u64 AddMutex(u64 id);