X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fstatic%2Furcu.h;h=b9933754e26fed2e7ddb823a25a389681d8506a2;hp=0295a3e5183cc57315e8488a03a70d0023286d51;hb=3a71751ee010b48e1a1fa7081617ec6f82d5c0ba;hpb=b7b6a8f52c051dca78161908670e3f51b9b33080 diff --git a/urcu/static/urcu.h b/urcu/static/urcu.h index 0295a3e..b993375 100644 --- a/urcu/static/urcu.h +++ b/urcu/static/urcu.h @@ -95,18 +95,6 @@ extern "C" { #define SIGRCU SIGUSR1 #endif -/* - * If a reader is really non-cooperative and refuses to commit its - * rcu_active_readers count to memory (there is no barrier in the reader - * per-se), kick it after a few loops waiting for it. - */ -#define KICK_READER_LOOPS 10000 - -/* - * Active attempts to check for reader Q.S. before calling futex(). - */ -#define RCU_QS_ACTIVE_ATTEMPTS 100 - #ifdef DEBUG_RCU #define rcu_assert(args...) assert(args) #else