Refactoring exponential and delay back-off strategies to avoid static data members...
authorkhizmax <khizmax@gmail.com>
Wed, 31 May 2017 09:59:06 +0000 (12:59 +0300)
committerkhizmax <khizmax@gmail.com>
Wed, 31 May 2017 09:59:06 +0000 (12:59 +0300)
commite33b0fa4d5c909fa6297722f81cede857fac4bbe
treed4092fbd94121ec346b5551bf62a7a5a54f193e8
parentfb39f01da6fceb1d350bc0cae8ff2ed22b3c128b
Refactoring exponential and delay back-off strategies to avoid static data members in template classes
26 files changed:
cds/algo/backoff_strategy.h
change.log
projects/Win/vc141/gtest-map-michael.vcxproj
src/init.cpp
test/stress/stack/intrusive_stack_type.h
test/stress/stack/stack_type.h
test/unit/map/michael_iterable_dhp.cpp
test/unit/map/michael_iterable_hp.cpp
test/unit/map/michael_lazy_dhp.cpp
test/unit/map/michael_lazy_hp.cpp
test/unit/map/michael_lazy_nogc.cpp
test/unit/map/michael_michael_dhp.cpp
test/unit/map/michael_michael_hp.cpp
test/unit/map/michael_michael_nogc.cpp
test/unit/map/test_michael_lazy_rcu.h
test/unit/map/test_michael_michael_rcu.h
test/unit/set/michael_iterable_dhp.cpp
test/unit/set/michael_iterable_hp.cpp
test/unit/set/michael_lazy_dhp.cpp
test/unit/set/michael_lazy_hp.cpp
test/unit/set/michael_lazy_nogc.cpp
test/unit/set/michael_michael_dhp.cpp
test/unit/set/michael_michael_hp.cpp
test/unit/set/michael_michael_nogc.cpp
test/unit/set/test_michael_lazy_rcu.h
test/unit/set/test_michael_michael_rcu.h