Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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_interface_ann.cpp444 rep.AddMutex(desc.addr, desc.stack_id); in ReportMutexHeldWrongContext()
H A Dtsan_rtl.h415 int AddMutex(uptr addr, StackID creation_stack_id);