X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=urcu-bp.c;h=b07a1bbed912a5998c1089a2237825d2801f7032;hp=5dccbcd33c084032c9562b05ef9812404022ff9a;hb=8cbc3cdca7f1320e3c2412654091fe94931ce62b;hpb=bab44e28a30b837d72cb3b0cd64fe86f93e9ff61 diff --git a/urcu-bp.c b/urcu-bp.c index 5dccbcd..b07a1bb 100644 --- a/urcu-bp.c +++ b/urcu-bp.c @@ -105,8 +105,8 @@ void __attribute__((destructor)) rcu_bp_exit(void); static pthread_mutex_t rcu_gp_lock = PTHREAD_MUTEX_INITIALIZER; #ifdef DEBUG_YIELD -unsigned int yield_active; -DEFINE_URCU_TLS(unsigned int, rand_yield); +unsigned int rcu_yield_active; +DEFINE_URCU_TLS(unsigned int, rcu_rand_yield); #endif /*