Added intrusive::MultiLevelHashSet<RCU> implementation
authorkhizmax <libcds.dev@gmail.com>
Wed, 30 Sep 2015 20:03:02 +0000 (23:03 +0300)
committerkhizmax <libcds.dev@gmail.com>
Wed, 30 Sep 2015 20:03:02 +0000 (23:03 +0300)
commit8bcb72c9410d4efd572c2da733d5e8f839ad3563
tree357141acdbe4819b2385deb8e3774a0e30bc248f
parent9da050c534dcb344ce93bc8dd41cda684aef6751
Added intrusive::MultiLevelHashSet<RCU> implementation
23 files changed:
cds/container/impl/multilevel_hashmap.h
cds/container/impl/multilevel_hashset.h
cds/intrusive/details/multilevel_hashset_base.h
cds/intrusive/impl/multilevel_hashset.h
cds/intrusive/multilevel_hashset_rcu.h [new file with mode: 0644]
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_intrusive_multilevel_hashset.h
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_rcu_gpb.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_rcu_gpi.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_rcu_gpt.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_rcu_shb.cpp [new file with mode: 0644]
tests/test-hdr/set/hdr_intrusive_multilevel_hashset_rcu_sht.cpp [new file with mode: 0644]
tests/unit/map2/map_insdelfind.h
tests/unit/print_multilevel_hashset_stat.h