Added stripped classes for uRCU implementations
authorkhizmax <khizmax@gmail.com>
Wed, 22 Jun 2016 10:40:59 +0000 (13:40 +0300)
committerkhizmax <khizmax@gmail.com>
Wed, 22 Jun 2016 10:40:59 +0000 (13:40 +0300)
commit18715a048e76877b51a51c033c447524c6240fff
tree066f627db1b658b3e3e5a83ad5a061d8a75019a2
parent5545d7e6d493b38d3c9028ad3460c665368cd44e
Added stripped classes for uRCU implementations
with default template args for reducing debug info
and gdb output
20 files changed:
cds/urcu/details/gpb.h
cds/urcu/details/gpi.h
cds/urcu/details/gpt.h
cds/urcu/details/sig_buffered.h
cds/urcu/details/sig_threaded.h
cds/urcu/general_buffered.h
cds/urcu/general_instant.h
cds/urcu/general_threaded.h
cds/urcu/signal_buffered.h
cds/urcu/signal_threaded.h
test/unit/set/michael_lazy_rcu_gpb.cpp
test/unit/set/michael_lazy_rcu_gpi.cpp
test/unit/set/michael_lazy_rcu_gpt.cpp
test/unit/set/michael_lazy_rcu_shb.cpp
test/unit/set/michael_lazy_rcu_sht.cpp
test/unit/set/michael_michael_rcu_gpb.cpp
test/unit/set/michael_michael_rcu_gpi.cpp
test/unit/set/michael_michael_rcu_gpt.cpp
test/unit/set/michael_michael_rcu_shb.cpp
test/unit/set/michael_michael_rcu_sht.cpp