Rename all memory primitives with prefix cmm_
[urcu.git] / tests / test_qsbr.c
index 0101907b41071128aed9d5e91340e09551d82459..4f19c72aa3c7d0bdb292d55a3525f0fcea458077 100644 (file)
@@ -230,7 +230,7 @@ void *thr_reader(void *_count)
        while (!test_go)
        {
        }
-       smp_mb();
+       cmm_smp_mb();
 
        for (;;) {
                rcu_read_lock();
@@ -275,7 +275,7 @@ void *thr_writer(void *_count)
        while (!test_go)
        {
        }
-       smp_mb();
+       cmm_smp_mb();
 
        for (;;) {
                new = test_array_alloc();
@@ -424,7 +424,7 @@ int main(int argc, char **argv)
                        exit(1);
        }
 
-       smp_mb();
+       cmm_smp_mb();
 
        test_go = 1;
 
This page took 0.022458 seconds and 4 git commands to generate.