Removed signal_threaded uRCU
authorkhizmax <libcds.dev@gmail.com>
Sat, 18 Mar 2017 21:12:57 +0000 (00:12 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 18 Mar 2017 21:12:57 +0000 (00:12 +0300)
commit6912d51a86c80e0a830a788de0581f524576916c
treea531f4cd5744f2419e0aff4ad48fac9ef6020924
parentdbf1cf030f0a89226d9089c752457307b7d8027e
Removed signal_threaded uRCU
121 files changed:
cds/threading/details/_common.h
cds/threading/model.h
cds/urcu/details/base.h
cds/urcu/details/sh_decl.h
cds/urcu/details/sig_threaded.h [deleted file]
cds/urcu/dispose_thread.h
cds/urcu/signal_threaded.h [deleted file]
change.log
projects/Win/vc14/cds.vcxproj
projects/Win/vc14/cds.vcxproj.filters
projects/Win/vc14/gtest-ilist-lazy.vcxproj
projects/Win/vc14/gtest-ilist-michael.vcxproj
projects/Win/vc14/gtest-iset-feldman.vcxproj
projects/Win/vc14/gtest-iset-michael-lazy.vcxproj
projects/Win/vc14/gtest-iset-michael.vcxproj
projects/Win/vc14/gtest-iset-skip.vcxproj
projects/Win/vc14/gtest-iset-split-lazy.vcxproj
projects/Win/vc14/gtest-iset-split-michael.vcxproj
projects/Win/vc14/gtest-list-lazy.vcxproj
projects/Win/vc14/gtest-list-michael.vcxproj
projects/Win/vc14/gtest-map-feldman.vcxproj
projects/Win/vc14/gtest-map-michael-lazy.vcxproj
projects/Win/vc14/gtest-map-michael.vcxproj
projects/Win/vc14/gtest-map-skip.vcxproj
projects/Win/vc14/gtest-map-split-lazy.vcxproj
projects/Win/vc14/gtest-map-split-michael.vcxproj
projects/Win/vc14/gtest-set-feldman.vcxproj
projects/Win/vc14/gtest-set-michael-lazy.vcxproj
projects/Win/vc14/gtest-set-michael.vcxproj
projects/Win/vc14/gtest-set-skip.vcxproj
projects/Win/vc14/gtest-set-split-lazy.vcxproj
projects/Win/vc14/gtest-set-split-michael.vcxproj
projects/Win/vc14/gtest-tree-bronson.vcxproj
projects/Win/vc14/gtest-tree-ellen.vcxproj
projects/Win/vc14/gtest-tree-ellen.vcxproj.filters
projects/Win/vc141/cds.vcxproj
projects/Win/vc141/cds.vcxproj.filters
projects/Win/vc141/gtest-ilist-lazy.vcxproj
projects/Win/vc141/gtest-ilist-michael.vcxproj
projects/Win/vc141/gtest-iset-feldman.vcxproj
projects/Win/vc141/gtest-iset-michael-lazy.vcxproj
projects/Win/vc141/gtest-iset-michael.vcxproj
projects/Win/vc141/gtest-iset-skip.vcxproj
projects/Win/vc141/gtest-iset-split-lazy.vcxproj
projects/Win/vc141/gtest-iset-split-michael.vcxproj
projects/Win/vc141/gtest-list-lazy.vcxproj
projects/Win/vc141/gtest-list-michael.vcxproj
projects/Win/vc141/gtest-map-feldman.vcxproj
projects/Win/vc141/gtest-map-michael-lazy.vcxproj
projects/Win/vc141/gtest-map-michael.vcxproj
projects/Win/vc141/gtest-map-skip.vcxproj
projects/Win/vc141/gtest-map-split-lazy.vcxproj
projects/Win/vc141/gtest-map-split-michael.vcxproj
projects/Win/vc141/gtest-set-feldman.vcxproj
projects/Win/vc141/gtest-set-michael-lazy.vcxproj
projects/Win/vc141/gtest-set-michael.vcxproj
projects/Win/vc141/gtest-set-skip.vcxproj
projects/Win/vc141/gtest-set-split-lazy.vcxproj
projects/Win/vc141/gtest-set-split-michael.vcxproj
projects/Win/vc141/gtest-tree-bronson.vcxproj
projects/Win/vc141/gtest-tree-ellen.vcxproj
projects/Win/vc141/gtest-tree-ellen.vcxproj.filters
src/thread_data.cpp
src/urcu_sh.cpp
test/stress/main.cpp
test/stress/map/map_type.h
test/stress/map/map_type_bronson_avltree.h
test/stress/map/map_type_ellen_bintree.h
test/stress/map/map_type_feldman_hashmap.h
test/stress/map/map_type_lazy_list.h
test/stress/map/map_type_michael.h
test/stress/map/map_type_michael_list.h
test/stress/map/map_type_skip_list.h
test/stress/map/map_type_split_list.h
test/stress/pqueue/pop.cpp
test/stress/pqueue/pqueue_type.h
test/stress/pqueue/push.cpp
test/stress/pqueue/push_pop.cpp
test/stress/set/set_type.h
test/stress/set/set_type_ellen_bintree.h
test/stress/set/set_type_feldman_hashset.h
test/stress/set/set_type_lazy_list.h
test/stress/set/set_type_michael.h
test/stress/set/set_type_michael_list.h
test/stress/set/set_type_skip_list.h
test/stress/set/set_type_split_list.h
test/unit/intrusive-list/CMakeLists.txt
test/unit/intrusive-list/intrusive_lazy_rcu_sht.cpp [deleted file]
test/unit/intrusive-list/intrusive_michael_rcu_sht.cpp [deleted file]
test/unit/intrusive-set/CMakeLists.txt
test/unit/intrusive-set/intrusive_feldman_hashset_rcu_sht.cpp [deleted file]
test/unit/intrusive-set/intrusive_michael_lazy_rcu_sht.cpp [deleted file]
test/unit/intrusive-set/intrusive_michael_michael_rcu_sht.cpp [deleted file]
test/unit/intrusive-set/intrusive_skiplist_rcu_sht.cpp [deleted file]
test/unit/intrusive-set/intrusive_split_lazy_rcu_sht.cpp [deleted file]
test/unit/intrusive-set/intrusive_split_michael_rcu_sht.cpp [deleted file]
test/unit/list/CMakeLists.txt
test/unit/list/kv_lazy_rcu_sht.cpp [deleted file]
test/unit/list/kv_michael_rcu_sht.cpp [deleted file]
test/unit/list/lazy_rcu_sht.cpp [deleted file]
test/unit/list/michael_rcu_sht.cpp [deleted file]
test/unit/map/CMakeLists.txt
test/unit/map/feldman_hashset_rcu_sht.cpp [deleted file]
test/unit/map/michael_lazy_rcu_sht.cpp [deleted file]
test/unit/map/michael_michael_rcu_sht.cpp [deleted file]
test/unit/map/skiplist_rcu_sht.cpp [deleted file]
test/unit/map/split_lazy_rcu_sht.cpp [deleted file]
test/unit/map/split_michael_rcu_sht.cpp [deleted file]
test/unit/set/CMakeLists.txt
test/unit/set/feldman_hashset_rcu_sht.cpp [deleted file]
test/unit/set/michael_lazy_rcu_sht.cpp [deleted file]
test/unit/set/michael_michael_rcu_sht.cpp [deleted file]
test/unit/set/skiplist_rcu_sht.cpp [deleted file]
test/unit/set/split_lazy_rcu_sht.cpp [deleted file]
test/unit/set/split_michael_rcu_sht.cpp [deleted file]
test/unit/tree/CMakeLists.txt
test/unit/tree/bronson_avltree_map_ptr_rcu_sht.cpp [deleted file]
test/unit/tree/bronson_avltree_map_rcu_sht.cpp [deleted file]
test/unit/tree/ellen_bintree_map_rcu_sht.cpp [deleted file]
test/unit/tree/ellen_bintree_set_rcu_sht.cpp [deleted file]
test/unit/tree/intrusive_ellenbintree_rcu_sht.cpp [deleted file]