From: Mathieu Desnoyers Date: Mon, 21 Aug 2023 15:52:16 +0000 (-0400) Subject: tests/common: Remove urcu-signal common test files X-Git-Url: https://git.liburcu.org/?p=userspace-rcu.git;a=commitdiff_plain;h=546d9a117ef442847203e82f6b1bf6abd2d13b25 tests/common: Remove urcu-signal common test files In preparation for deprecation of the urcu-signal flavor, remove the urcu-signal common test files. Signed-off-by: Mathieu Desnoyers Change-Id: I1c4216a86cd4a4bde0ae81e44764e1d66e1d006f --- 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);