Fix static linking: fix symbol name namespaces
[urcu.git] / tests / test_urcu_hash_rw.c
index a789236ecb0c67f875d1f8c0d17cbb28d429d7d4..3eb72924cd79a3d0651efbf7832198d9df8d1bb7 100644 (file)
@@ -92,7 +92,7 @@ void *test_hash_rw_thr_reader(void *_count)
                } else {
                        URCU_TLS(lookup_ok)++;
                }
-               debug_yield_read();
+               rcu_debug_yield_read();
                if (caa_unlikely(rduration))
                        loop_sleep(rduration);
                rcu_read_unlock();
This page took 0.022922 seconds and 4 git commands to generate.