Added container::MultiLevelHashSet<RCU> specialization
authorkhizmax <libcds.dev@gmail.com>
Sun, 4 Oct 2015 09:34:51 +0000 (12:34 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 4 Oct 2015 09:34:51 +0000 (12:34 +0300)
commite804c778ec01243f7f364974333be0238df904da
tree6d98f1234efdce8c75477aa8f4b17c216b49c6ec
parent8bcb72c9410d4efd572c2da733d5e8f839ad3563
Added container::MultiLevelHashSet<RCU> specialization
19 files changed:
cds/container/impl/multilevel_hashset.h
cds/container/multilevel_hashset_rcu.h [new file with mode: 0644]
cds/intrusive/multilevel_hashset_rcu.h
projects/Win/vc12/cds.vcxproj
projects/Win/vc12/cds.vcxproj.filters
projects/Win/vc12/hdr-test-set.vcxproj
projects/Win/vc12/hdr-test-set.vcxproj.filters
projects/Win/vc14/cds.vcxproj
projects/Win/vc14/cds.vcxproj.filters
projects/Win/vc14/hdr-test-set.vcxproj
projects/Win/vc14/hdr-test-set.vcxproj.filters
projects/source.test-hdr.mk
tests/test-hdr/CMakeLists.txt
tests/test-hdr/set/hdr_multilevel_hashset.h
tests/test-hdr/set/hdr_multilevel_hashset_rcu_gpb.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_multilevel_hashset_rcu_gpi.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_multilevel_hashset_rcu_gpt.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_multilevel_hashset_rcu_shb.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_multilevel_hashset_rcu_sht.cpp [new file with mode: 0644]