Searched refs:MutexTypeReport (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl.cpp | 381 report_mtx(MutexTypeReport), in Context() 1099 {MutexTypeSlots, MutexTypeTrace, MutexTypeReport}}, 1100 {MutexTypeReport, "Report", {MutexTypeTrace}}, 1101 {MutexTypeSyncVar, "SyncVar", {MutexTypeReport, MutexTypeTrace}}, 1113 {MutexTypeSlots, "Slots", {MutexTypeTrace, MutexTypeReport}},
|
| H A D | tsan_defs.h | 202 MutexTypeReport = MutexLastCommon, enumerator
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_defs.h | 224 MutexTypeReport, enumerator
|
| H A D | tsan_rtl.cpp | 113 report_mtx(MutexTypeReport), in Context() 797 {MutexTypeReport,
|