Rename all memory primitives with prefix cmm_
[urcu.git] / tests / test_urcu_assign.c
index b1298a447762397c14a452f0b8bd4f2b2e4d6ec8..481cdd671a1a31ac5fea8213aa900c9e5ff6b8c3 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();
@@ -420,7 +420,7 @@ int main(int argc, char **argv)
                        exit(1);
        }
 
-       smp_mb();
+       cmm_smp_mb();
 
        test_go = 1;
 
This page took 0.022622 seconds and 4 git commands to generate.