Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h415 int AddMutex(uptr addr, StackID creation_stack_id);