Update email address from @polymtl.ca to @efficios.com
[urcu.git] / tests / test_qsbr_timing.c
index bbe983e8da53efba99733c94deb59466157f72b6..69193bff72dbea41cde65f528dcad9372bead384 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Userspace QSBR - test program
  *
- * Copyright February 2009 - Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
+ * Copyright February 2009 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -30,6 +30,8 @@
 #include <stdio.h>
 #include <assert.h>
 #include <sys/syscall.h>
+#include <errno.h>
+
 #include <urcu/arch.h>
 
 #if defined(_syscall0)
@@ -153,8 +155,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.02407 seconds and 4 git commands to generate.