tests: remove rcu_publish_content dependency
[urcu.git] / tests / test_qsbr.c
index 6230510ab39688d9ba8524e6aadc9bc721470883..d6c4d1aed017420666da1ad68562542f151b6d80 100644 (file)
@@ -259,7 +259,8 @@ void *thr_writer(void *_count)
        for (;;) {
                new = test_array_alloc();
                new->a = 8;
-               old = rcu_publish_content(&test_rcu_pointer, new);
+               old = rcu_xchg_pointer(&test_rcu_pointer, new);
+               synchronize_rcu();
                /* can be done after unlock */
                if (old)
                        old->a = 0;
This page took 0.022174 seconds and 4 git commands to generate.