HomeSort by relevance Sort by last modified time
    Searched refs:AddMutex (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 186 u64 mid = this->AddMutex(d.id);
265 void ScopedReport::AddMutex(const SyncVar *s) {
279 u64 ScopedReport::AddMutex(u64 id) {
289 AddMutex(s);
tsan_rtl.h 507 void AddMutex(const SyncVar *s);
508 u64 AddMutex(u64 id);
tsan_rtl_mutex.cc 61 rep.AddMutex(mid);
126 rep.AddMutex(mid);
470 rep.AddMutex(r->loop[i].mtx_ctx0);

Completed in 44 milliseconds