From: khizmax Date: Sun, 16 Apr 2017 18:47:06 +0000 (+0300) Subject: Disabled signal-handled RCU for TSan build X-Git-Tag: v2.3.0~70 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9dd26ba78f068368efd49de9df023aa093bba6ae;p=libcds.git Disabled signal-handled RCU for TSan build --- diff --git a/cds/urcu/details/base.h b/cds/urcu/details/base.h index 4d9c28da..5e61254e 100644 --- a/cds/urcu/details/base.h +++ b/cds/urcu/details/base.h @@ -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