X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=projects%2Fsource.test-hdr.offsetof.mk;h=7b728af1646662a5402d290b33daf4fb869f5f0b;hb=6ce65f3f3abb895283d75615e54af9c7a1136f75;hp=12eebea59e3b5932ada160d193fae074e6f3d168;hpb=6879ff20a9c19b851fa4e4cc1ac92014dd976920;p=libcds.git diff --git a/projects/source.test-hdr.offsetof.mk b/projects/source.test-hdr.offsetof.mk index 12eebea5..7b728af1 100644 --- a/projects/source.test-hdr.offsetof.mk +++ b/projects/source.test-hdr.offsetof.mk @@ -1,5 +1,3 @@ -CDS_TESTHDR_OFFSETOF_DEQUE := \ - CDS_TESTHDR_OFFSETOF_MAP := \ tests/test-hdr/map/hdr_cuckoo_map.cpp @@ -8,7 +6,7 @@ CDS_TESTHDR_OFFSETOF_SET := \ tests/test-hdr/set/hdr_intrusive_cuckoo_set.cpp \ tests/test-hdr/set/hdr_intrusive_cuckoo_refinable_set.cpp \ tests/test-hdr/set/hdr_intrusive_michael_set_hp.cpp \ - tests/test-hdr/set/hdr_intrusive_michael_set_ptb.cpp \ + tests/test-hdr/set/hdr_intrusive_michael_set_dhp.cpp \ tests/test-hdr/set/hdr_intrusive_michael_set_nogc.cpp \ tests/test-hdr/set/hdr_intrusive_michael_set_rcu_gpi.cpp \ tests/test-hdr/set/hdr_intrusive_michael_set_rcu_gpb.cpp \ @@ -16,7 +14,7 @@ CDS_TESTHDR_OFFSETOF_SET := \ tests/test-hdr/set/hdr_intrusive_michael_set_rcu_shb.cpp \ tests/test-hdr/set/hdr_intrusive_michael_set_rcu_sht.cpp \ tests/test-hdr/set/hdr_intrusive_michael_set_hp_lazy.cpp \ - tests/test-hdr/set/hdr_intrusive_michael_set_ptb_lazy.cpp \ + tests/test-hdr/set/hdr_intrusive_michael_set_dhp_lazy.cpp \ tests/test-hdr/set/hdr_intrusive_michael_set_nogc_lazy.cpp \ tests/test-hdr/set/hdr_intrusive_michael_set_rcu_gpi_lazy.cpp \ tests/test-hdr/set/hdr_intrusive_michael_set_rcu_gpb_lazy.cpp \ @@ -24,7 +22,7 @@ CDS_TESTHDR_OFFSETOF_SET := \ tests/test-hdr/set/hdr_intrusive_michael_set_rcu_shb_lazy.cpp \ tests/test-hdr/set/hdr_intrusive_michael_set_rcu_sht_lazy.cpp \ tests/test-hdr/set/hdr_intrusive_skiplist_hp_member.cpp \ - tests/test-hdr/set/hdr_intrusive_skiplist_ptb_member.cpp \ + tests/test-hdr/set/hdr_intrusive_skiplist_dhp_member.cpp \ tests/test-hdr/set/hdr_intrusive_skiplist_rcu_gpi_member.cpp \ tests/test-hdr/set/hdr_intrusive_skiplist_rcu_gpb_member.cpp \ tests/test-hdr/set/hdr_intrusive_skiplist_rcu_gpt_member.cpp \ @@ -33,7 +31,7 @@ CDS_TESTHDR_OFFSETOF_SET := \ tests/test-hdr/set/hdr_intrusive_skiplist_nogc_member.cpp \ tests/test-hdr/set/hdr_intrusive_splitlist_set_hp.cpp \ tests/test-hdr/set/hdr_intrusive_splitlist_set_nogc.cpp \ - tests/test-hdr/set/hdr_intrusive_splitlist_set_ptb.cpp \ + tests/test-hdr/set/hdr_intrusive_splitlist_set_dhp.cpp \ tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpb.cpp \ tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpi.cpp \ tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpt.cpp \ @@ -41,50 +39,16 @@ CDS_TESTHDR_OFFSETOF_SET := \ tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_sht.cpp \ tests/test-hdr/set/hdr_intrusive_splitlist_set_hp_lazy.cpp \ tests/test-hdr/set/hdr_intrusive_splitlist_set_nogc_lazy.cpp \ - tests/test-hdr/set/hdr_intrusive_splitlist_set_ptb_lazy.cpp \ + tests/test-hdr/set/hdr_intrusive_splitlist_set_dhp_lazy.cpp \ tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpb_lazy.cpp \ tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpi_lazy.cpp \ tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpt_lazy.cpp \ tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_shb_lazy.cpp \ tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_sht_lazy.cpp -CDS_TESTHDR_OFFSETOF_ORDLIST := \ - tests/test-hdr/ordered_list/hdr_intrusive_lazy_hp.cpp \ - tests/test-hdr/ordered_list/hdr_intrusive_lazy_nogc.cpp \ - tests/test-hdr/ordered_list/hdr_intrusive_lazy_ptb.cpp \ - tests/test-hdr/ordered_list/hdr_intrusive_lazy_rcu_gpb.cpp \ - tests/test-hdr/ordered_list/hdr_intrusive_lazy_rcu_gpi.cpp \ - tests/test-hdr/ordered_list/hdr_intrusive_lazy_rcu_gpt.cpp \ - tests/test-hdr/ordered_list/hdr_intrusive_lazy_rcu_shb.cpp \ - tests/test-hdr/ordered_list/hdr_intrusive_lazy_rcu_sht.cpp \ - tests/test-hdr/ordered_list/hdr_intrusive_michael_hp.cpp \ - tests/test-hdr/ordered_list/hdr_intrusive_michael_nogc.cpp \ - tests/test-hdr/ordered_list/hdr_intrusive_michael_ptb.cpp \ - tests/test-hdr/ordered_list/hdr_intrusive_michael_list_rcu_gpb.cpp \ - tests/test-hdr/ordered_list/hdr_intrusive_michael_list_rcu_gpi.cpp \ - tests/test-hdr/ordered_list/hdr_intrusive_michael_list_rcu_gpt.cpp \ - tests/test-hdr/ordered_list/hdr_intrusive_michael_list_rcu_shb.cpp \ - tests/test-hdr/ordered_list/hdr_intrusive_michael_list_rcu_sht.cpp - -CDS_TESTHDR_OFFSETOF_QUEUE := \ - tests/test-hdr/queue/hdr_intrusive_basketqueue_hp.cpp \ - tests/test-hdr/queue/hdr_intrusive_basketqueue_ptb.cpp \ - tests/test-hdr/queue/hdr_intrusive_moirqueue_hp.cpp \ - tests/test-hdr/queue/hdr_intrusive_moirqueue_dhp.cpp \ - tests/test-hdr/queue/hdr_intrusive_msqueue_hp.cpp \ - tests/test-hdr/queue/hdr_intrusive_msqueue_dhp.cpp \ - tests/test-hdr/queue/hdr_intrusive_optimisticqueue_hp.cpp \ - tests/test-hdr/queue/hdr_intrusive_optimisticqueue_ptb.cpp - -CDS_TESTHDR_OFFSETOF_STACK := \ - tests/test-hdr/stack/hdr_intrusive_treiber_stack_hp.cpp \ - tests/test-hdr/stack/hdr_intrusive_treiber_stack_dhp.cpp \ - tests/test-hdr/stack/hdr_intrusive_elimination_stack_hp.cpp \ - tests/test-hdr/stack/hdr_intrusive_elimination_stack_dhp.cpp - CDS_TESTHDR_OFFSETOF_TREE := \ tests/test-hdr/tree/hdr_intrusive_ellen_bintree_hp_member.cpp \ - tests/test-hdr/tree/hdr_intrusive_ellen_bintree_ptb_member.cpp \ + tests/test-hdr/tree/hdr_intrusive_ellen_bintree_dhp_member.cpp \ tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_gpb_member.cpp \ tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_gpi_member.cpp \ tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_gpt_member.cpp \ @@ -92,10 +56,6 @@ CDS_TESTHDR_OFFSETOF_TREE := \ tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_sht_member.cpp CDS_TESTHDR_OFFSETOF_SOURCES := \ - $(CDS_TESTHDR_OFFSETOF_DEQUE) \ $(CDS_TESTHDR_OFFSETOF_MAP) \ $(CDS_TESTHDR_OFFSETOF_SET) \ - $(CDS_TESTHDR_OFFSETOF_ORDLIST) \ - $(CDS_TESTHDR_OFFSETOF_QUEUE) \ - $(CDS_TESTHDR_OFFSETOF_STACK) \ - $(CDS_TESTHDR_OFFSETOF_TREE) \ No newline at end of file + $(CDS_TESTHDR_OFFSETOF_TREE)