Rename all memory primitives with prefix cmm_
[urcu.git] / tests / test_qsbr_gc.c
index 2b4fa7af8d37d15e47d04284b552174eb55edf4f..875fd36c487113c58b37aa6909c6b64c9c835238 100644 (file)
@@ -203,7 +203,7 @@ void *thr_reader(void *_count)
        while (!test_go)
        {
        }
-       smp_mb();
+       cmm_smp_mb();
 
        for (;;) {
                _rcu_read_lock();
@@ -279,7 +279,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.023107 seconds and 4 git commands to generate.