update test timings for writer
[urcu.git] / test_perthreadlock_timing.c
index 5369796759bfa950108117c5d4a864ca6aa06721..479895ee1b32f978f02f8cb04774244da0784fec 100644 (file)
@@ -127,8 +127,8 @@ void *thr_writer(void *arg)
                        }
                        time2 = get_cycles();
                        writer_time[(unsigned long)arg] += time2 - time1;
+                       usleep(1);
                }
-               usleep(1);
        }
 
        printf("thread_end %s, thread id : %lx, tid %lu\n",
This page took 0.022759 seconds and 4 git commands to generate.