Disabled signal-handled RCU for TSan build
authorkhizmax <libcds.dev@gmail.com>
Sun, 16 Apr 2017 18:47:06 +0000 (21:47 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 16 Apr 2017 18:47:06 +0000 (21:47 +0300)
cds/urcu/details/base.h

index 4d9c28dae484ebb0e121e7883020ff4295fe8cf3..5e61254e0665a3d538b69638d9e606ea8750cbcf 100644 (file)
@@ -219,7 +219,7 @@ namespace cds {
     */
     namespace urcu {
 
-#   if CDS_OS_INTERFACE == CDS_OSI_UNIX || defined(CDS_DOXYGEN_INVOKED)
+#   if (CDS_OS_INTERFACE == CDS_OSI_UNIX || defined(CDS_DOXYGEN_INVOKED)) && !defined(CDS_THREAD_SANITIZER_ENABLED)
 #       define CDS_URCU_SIGNAL_HANDLING_ENABLED 1
 #   endif