Test cleanup: replace "l" parameter by "loops"
[urcu.git] / tests / test_perthreadlock.c
index e8e616637d1b06a3783d2f75fe1d9df73d8b17fb..32204dc16ee95b7195d8a85d824ad7623afd094a 100644 (file)
@@ -90,9 +90,9 @@ static unsigned long rduration;
 /* write-side C.S. duration, in loops */
 static unsigned long wduration;
 
-static inline void loop_sleep(unsigned long l)
+static inline void loop_sleep(unsigned long loops)
 {
-       while(l-- != 0)
+       while (loops-- != 0)
                caa_cpu_relax();
 }
 
This page took 0.022204 seconds and 4 git commands to generate.