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

/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_rtl_report.cc170 u64 mid = this->AddMutex(d.id);
250 void ScopedReport::AddMutex(const SyncVar *s) { function in class:__tsan::ScopedReport
264 u64 ScopedReport::AddMutex(u64 id) { function in class:__tsan::ScopedReport
274 AddMutex(s);
H A Dtsan_rtl_mutex.cc59 rep.AddMutex(mid);
124 rep.AddMutex(mid);
469 rep.AddMutex(r->loop[i].mtx_ctx0);
H A Dtsan_rtl.h505 void AddMutex(const SyncVar *s);
506 u64 AddMutex(u64 id);

Completed in 42 milliseconds