tests: remove rcu_publish_content dependency
[urcu.git] / tests / test_qsbr_timing.c
index bbe983e8da53efba99733c94deb59466157f72b6..969b802106da801750f39a5e02b1ab05c74c3348 100644 (file)
@@ -153,8 +153,9 @@ void *thr_writer(void *arg)
                                assert(old->a == 8);
                        }
                        new->a = 8;
-                       old = _rcu_publish_content(&test_rcu_pointer, new);
+                       old = rcu_xchg_pointer(&test_rcu_pointer, new);
                        rcu_copy_mutex_unlock();
+                       synchronize_rcu();
                        /* can be done after unlock */
                        if (old) {
                                old->a = 0;
This page took 0.024401 seconds and 4 git commands to generate.