Test cleanup: replace "l" parameter by "loops"
[urcu.git] / tests / test_urcu_gc.c
index 3a425068e8db00f8ab27651fe48d185c15930125..c20f6fcfe5112327086a3138d28d06455023ffdc 100644 (file)
@@ -93,9 +93,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.022574 seconds and 4 git commands to generate.