X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu.c;h=83d2fe4d6d9c367796d123fb05286f8305dfc332;hp=4362217d49ab4020c0bd199c30410733f32bbd89;hb=9d335088c7c7eb6219e32ec9426d336f3a211a77;hpb=cf380c2fd2f85e3fba4826991fb748255bdc9b76 diff --git a/urcu.c b/urcu.c index 4362217..83d2fe4 100644 --- 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;