Add randomness to yield debug test
[urcu.git] / urcu.c
diff --git a/urcu.c b/urcu.c
index 4362217d49ab4020c0bd199c30410733f32bbd89..83d2fe4d6d9c367796d123fb05286f8305dfc332 100644 (file)
--- a/urcu.c
+++ b/urcu.c
@@ -33,7 +33,8 @@ struct reader_data {
 };
 
 #ifdef DEBUG_YIELD
-int yield_active;
+unsigned int yield_active;
+unsigned int __thread rand_yield;
 #endif
 
 static struct reader_data *reader_data;
This page took 0.022665 seconds and 4 git commands to generate.