rculfhash: hold rcu read-side lock in resize
[urcu.git] / tests / test_urcu_hash.c
index 376cd9721094cfac251e37883d85149468798735..414948c8b501251ca1d92cbed6565446e5325cd2 100644 (file)
@@ -719,7 +719,8 @@ int main(int argc, char **argv)
        test_ht = cds_lfht_new(test_hash, test_compare, 0x42UL,
                        init_hash_size,
                        opt_auto_resize ? CDS_LFHT_AUTO_RESIZE : 0,
-                       call_rcu, synchronize_rcu);
+                       call_rcu, synchronize_rcu, rcu_read_lock,
+                       rcu_read_unlock);
        ret = populate_hash();
        assert(!ret);
         err = create_all_cpu_call_rcu_data(0);
This page took 0.02287 seconds and 4 git commands to generate.