X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=blobdiff_plain;f=tests%2Fcommon%2Fdebug-yield.h;fp=tests%2Fcommon%2Fdebug-yield.h;h=7d4f62ac7e6047d88bc4b6af16195eab7867eba8;hp=b6d3c102f8260eb62520a3e18bc6c72c69f0de86;hb=546d9a117ef442847203e82f6b1bf6abd2d13b25;hpb=c60cd05a285c564efd3512fda7c1c17a2f042fc6 diff --git a/tests/common/debug-yield.h b/tests/common/debug-yield.h index b6d3c10..7d4f62a 100644 --- a/tests/common/debug-yield.h +++ b/tests/common/debug-yield.h @@ -22,15 +22,7 @@ #define RCU_YIELD_READ (1 << 0) #define RCU_YIELD_WRITE (1 << 1) -/* - * Updates with RCU_SIGNAL are much slower. Account this in the delay. - */ -#ifdef RCU_SIGNAL -/* maximum sleep delay, in us */ -#define MAX_SLEEP 30000 -#else #define MAX_SLEEP 50 -#endif extern unsigned int rcu_yield_active; extern DECLARE_URCU_TLS(unsigned int, rcu_rand_yield);