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 178 u64 mid = this->AddMutex(d.id);
258 void ScopedReport::AddMutex(const SyncVar *s) {
272 u64 ScopedReport::AddMutex(u64 id) {
282 AddMutex(s);
tsan_rtl_mutex.cc 57 rep.AddMutex(mid);
115 rep.AddMutex(mid);
478 rep.AddMutex(r->loop[i].mtx_ctx0);
tsan_rtl.h 567 void AddMutex(const SyncVar *s);
568 u64 AddMutex(u64 id);

Completed in 45 milliseconds