Add back-off strategy to EllenBinTree
[libcds.git] / tests / test-hdr / tree / hdr_ellenbintree_map_rcu_shb.cpp
index b10a47e58d8b9b0c9627cfdcf330b9a1edb9217e..0354c22401a966313aa6c82aa7bbf43e1f51892d 100644 (file)
@@ -125,6 +125,22 @@ namespace tree {
 #endif
     }
 
+    void EllenBinTreeMapHdrTest::EllenBinTree_rcu_shb_cmp_ic_stat_yield()
+    {
+#ifdef CDS_URCU_SIGNAL_HANDLING_ENABLED
+        typedef cc::EllenBinTreeMap< rcu_type, key_type, value_type,
+            cc::ellen_bintree::make_map_traits<
+                co::item_counter< cds::atomicity::item_counter >
+                ,co::stat< cc::ellen_bintree::stat<> >
+                ,co::compare< compare >
+                , co::back_off< cds::backoff::yield >
+            >::type
+        > set_type;
+
+        test_rcu<set_type, print_stat>();
+#endif
+    }
+
     void EllenBinTreeMapHdrTest::EllenBinTree_rcu_shb_less_pool()
     {
 #ifdef CDS_URCU_SIGNAL_HANDLING_ENABLED