X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=projects%2Fsource.test-hdr.offsetof.mk;h=887527e20af41d2d5f7bf446a0e61f647bf89aef;hp=4ac669bae058a46209d9c84f35f712ecb8e1cb41;hb=964281634bc0862cd5000fc9c400d42a866b146a;hpb=92c1bbab088df29ed018aa6bd73a18277109e04e diff --git a/projects/source.test-hdr.offsetof.mk b/projects/source.test-hdr.offsetof.mk index 4ac669ba..887527e2 100644 --- a/projects/source.test-hdr.offsetof.mk +++ b/projects/source.test-hdr.offsetof.mk @@ -8,7 +8,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 +16,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 +24,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 +33,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,7 +41,7 @@ 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 \ @@ -49,17 +49,17 @@ CDS_TESTHDR_OFFSETOF_SET := \ tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_sht_lazy.cpp CDS_TESTHDR_OFFSETOF_ORDLIST := \ + tests/test-hdr/ordered_list/hdr_intrusive_lazy_dhp.cpp \ 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_dhp.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_dhp.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 \ @@ -84,7 +84,7 @@ CDS_TESTHDR_OFFSETOF_STACK := \ 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 \