X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Ftest_rwlock.c;h=deca53bd75f437539cf9a44131002293b3d96e00;hp=445ce958bb464a6383aa2cc8d11817e361341133;hb=06f22bdbb0c4c4d5db42a2e2dc35818aa61415be;hpb=5481ddb381061bda64aebc039900d21cac6a6caf diff --git a/tests/test_rwlock.c b/tests/test_rwlock.c index 445ce95..deca53b 100644 --- a/tests/test_rwlock.c +++ b/tests/test_rwlock.c @@ -85,7 +85,7 @@ static unsigned long wduration; static inline void loop_sleep(unsigned long l) { while(l-- != 0) - cpu_relax(); + caa_cpu_relax(); } static int verbose_mode;