Rename all memory primitives with prefix cmm_
[urcu.git] / tests / test_urcu_gc.c
index 2c944a5c41c613fedf327d9a4b6ee3c85bc049ce..ddafb871536ff1b76f1c69a703f4852a9bb38509 100644 (file)
@@ -207,7 +207,7 @@ void *thr_reader(void *_count)
        while (!test_go)
        {
        }
-       smp_mb();
+       cmm_smp_mb();
 
        for (;;) {
                rcu_read_lock();
@@ -280,7 +280,7 @@ void *thr_writer(void *data)
        while (!test_go)
        {
        }
-       smp_mb();
+       cmm_smp_mb();
 
        for (;;) {
 #ifndef TEST_LOCAL_GC
@@ -444,7 +444,7 @@ int main(int argc, char **argv)
                        exit(1);
        }
 
-       smp_mb();
+       cmm_smp_mb();
 
        test_go = 1;
 
This page took 0.022571 seconds and 4 git commands to generate.