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

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 89 struct ReportMutex {
101 Vector<ReportMutex*> mutexes;
tsan_rtl_report.cc 257 void *mem = internal_alloc(MBlockReportMutex, sizeof(ReportMutex));
258 ReportMutex *rm = new(mem) ReportMutex();
279 void *mem = internal_alloc(MBlockReportMutex, sizeof(ReportMutex));
280 ReportMutex *rm = new(mem) ReportMutex();
tsan_report.cc 128 static void PrintMutex(const ReportMutex *rm) {

Completed in 131 milliseconds