summaryrefslogtreecommitdiff
path: root/third-party/benchmark/cmake/thread_safety_attributes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/benchmark/cmake/thread_safety_attributes.cpp')
-rw-r--r--third-party/benchmark/cmake/thread_safety_attributes.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/third-party/benchmark/cmake/thread_safety_attributes.cpp b/third-party/benchmark/cmake/thread_safety_attributes.cpp
new file mode 100644
index 000000000000..46161babdb10
--- /dev/null
+++ b/third-party/benchmark/cmake/thread_safety_attributes.cpp
@@ -0,0 +1,4 @@
+#define HAVE_THREAD_SAFETY_ATTRIBUTES
+#include "../src/mutex.h"
+
+int main() {}