Rename all memory primitives with prefix cmm_
[urcu.git] / tests / test_urcu_bp.c
index 239e843cfaac9d22006fc3aca7be5760cabdc11a..e8318241cc62e1c4d574834ee95b719c05ca8c17 100644 (file)
@@ -231,7 +231,7 @@ void *thr_reader(void *_count)
        while (!test_go)
        {
        }
-       smp_mb();
+       cmm_smp_mb();
 
        for (;;) {
                rcu_read_lock();
@@ -269,7 +269,7 @@ void *thr_writer(void *_count)
        while (!test_go)
        {
        }
-       smp_mb();
+       cmm_smp_mb();
 
        for (;;) {
                new = test_array_alloc();
@@ -417,7 +417,7 @@ int main(int argc, char **argv)
                        exit(1);
        }
 
-       smp_mb();
+       cmm_smp_mb();
 
        test_go = 1;
 
This page took 0.022832 seconds and 4 git commands to generate.