From 981afcc83b3426ab852afdc7977916a826b30dae Mon Sep 17 00:00:00 2001 From: khizmax Date: Wed, 22 Jun 2016 21:19:53 +0300 Subject: [PATCH] Added stripped uRCU to stress tests --- test/stress/map/map_type.h | 10 +++++----- test/stress/set/set_type.h | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/test/stress/map/map_type.h b/test/stress/map/map_type.h index 3d1187bd..f5c996f5 100644 --- a/test/stress/map/map_type.h +++ b/test/stress/map/map_type.h @@ -49,12 +49,12 @@ namespace map { namespace cc = cds::container; namespace co = cds::opt; - typedef cds::urcu::gc< cds::urcu::general_instant<> > rcu_gpi; - typedef cds::urcu::gc< cds::urcu::general_buffered<> > rcu_gpb; - typedef cds::urcu::gc< cds::urcu::general_threaded<> > rcu_gpt; + typedef cds::urcu::gc< cds::urcu::general_instant_stripped > rcu_gpi; + typedef cds::urcu::gc< cds::urcu::general_buffered_stripped > rcu_gpb; + typedef cds::urcu::gc< cds::urcu::general_threaded_stripped > rcu_gpt; #ifdef CDS_URCU_SIGNAL_HANDLING_ENABLED - typedef cds::urcu::gc< cds::urcu::signal_buffered<> > rcu_shb; - typedef cds::urcu::gc< cds::urcu::signal_threaded<> > rcu_sht; + typedef cds::urcu::gc< cds::urcu::signal_buffered_stripped > rcu_shb; + typedef cds::urcu::gc< cds::urcu::signal_threaded_stripped > rcu_sht; #endif template diff --git a/test/stress/set/set_type.h b/test/stress/set/set_type.h index 37bc1069..2925cf01 100644 --- a/test/stress/set/set_type.h +++ b/test/stress/set/set_type.h @@ -47,12 +47,12 @@ namespace set { namespace cc = cds::container; namespace co = cds::opt; - typedef cds::urcu::gc< cds::urcu::general_instant<> > rcu_gpi; - typedef cds::urcu::gc< cds::urcu::general_buffered<> > rcu_gpb; - typedef cds::urcu::gc< cds::urcu::general_threaded<> > rcu_gpt; + typedef cds::urcu::gc< cds::urcu::general_instant_stripped > rcu_gpi; + typedef cds::urcu::gc< cds::urcu::general_buffered_stripped > rcu_gpb; + typedef cds::urcu::gc< cds::urcu::general_threaded_stripped > rcu_gpt; #ifdef CDS_URCU_SIGNAL_HANDLING_ENABLED - typedef cds::urcu::gc< cds::urcu::signal_buffered<> > rcu_shb; - typedef cds::urcu::gc< cds::urcu::signal_threaded<> > rcu_sht; + typedef cds::urcu::gc< cds::urcu::signal_buffered_stripped > rcu_shb; + typedef cds::urcu::gc< cds::urcu::signal_threaded_stripped > rcu_sht; #endif template -- 2.34.1