Test cleanup: replace "l" parameter by "loops"
[urcu.git] / tests / test_mutex.c
index ba184a47e241ee2fd0cedb6eca326d805bcd3fac..f7605343d9ad29e75f2dccf1c2134eb9768ec9e9 100644 (file)
@@ -86,9 +86,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.02234 seconds and 4 git commands to generate.