Added container::MultiLevelHashMap<RCU> specialization
authorkhizmax <libcds.dev@gmail.com>
Sun, 4 Oct 2015 19:46:50 +0000 (22:46 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 4 Oct 2015 19:46:50 +0000 (22:46 +0300)
commitbd0c53a9b88b0d75044b6ce83c3cee49bb992aeb
tree6aab7146b3d484b5962cc64b6546ecfcecf225f5
parente804c778ec01243f7f364974333be0238df904da
Added container::MultiLevelHashMap<RCU> specialization
19 files changed:
cds/container/impl/multilevel_hashmap.h
cds/container/multilevel_hashmap_rcu.h [new file with mode: 0644]
cds/container/multilevel_hashset_rcu.h
projects/Win/vc12/cds.vcxproj
projects/Win/vc12/cds.vcxproj.filters
projects/Win/vc12/hdr-test-map.vcxproj
projects/Win/vc12/hdr-test-map.vcxproj.filters
projects/Win/vc14/cds.vcxproj
projects/Win/vc14/cds.vcxproj.filters
projects/Win/vc14/hdr-test-map.vcxproj
projects/Win/vc14/hdr-test-map.vcxproj.filters
projects/source.test-hdr.mk
tests/test-hdr/CMakeLists.txt
tests/test-hdr/map/hdr_multilevel_hashmap.h
tests/test-hdr/map/hdr_multilevel_hashmap_rcu_gpb.cpp [new file with mode: 0644]
tests/test-hdr/map/hdr_multilevel_hashmap_rcu_gpi.cpp [new file with mode: 0644]
tests/test-hdr/map/hdr_multilevel_hashmap_rcu_gpt.cpp [new file with mode: 0644]
tests/test-hdr/map/hdr_multilevel_hashmap_rcu_shb.cpp [new file with mode: 0644]
tests/test-hdr/map/hdr_multilevel_hashmap_rcu_sht.cpp [new file with mode: 0644]