We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0e82d commit 1c1ee58Copy full SHA for 1c1ee58
include/qt_macros.h
@@ -23,6 +23,11 @@
23
#define QTHREAD_MSAN
24
#endif
25
26
+#ifdef QTHREAD_MSAN
27
+#define QTHREAD_SUPPRESS_MSAN __attribute__((no_sanitize("memory")))
28
+#else
29
+#define QTHREAD_SUPPRESS_MSAN
30
+#endif
31
32
#define TLS_DECL(type, name) thread_local type name
33
#define TLS_DECL_INIT(type, name) thread_local type name = 0
0 commit comments