summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/dd/dd_rtl.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/tsan/dd/dd_rtl.h')
-rw-r--r--compiler-rt/lib/tsan/dd/dd_rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/tsan/dd/dd_rtl.h b/compiler-rt/lib/tsan/dd/dd_rtl.h
index 45d456e6615..ec777665d8f 100644
--- a/compiler-rt/lib/tsan/dd/dd_rtl.h
+++ b/compiler-rt/lib/tsan/dd/dd_rtl.h
@@ -44,6 +44,7 @@ typedef AddrHashMap<Mutex, 31051> MutexHashMap;
struct Context {
DDetector *dd;
+ BlockingMutex report_mutex;
MutexHashMap mutex_map;
};
OpenPOWER on IntegriCloud