urcu-qsbr: move private definitions to .c file
[urcu.git] / urcu-qsbr.c
index 87cf41d7ee70f274dc6676af06e3c122dd986222..a239be036d416f68259c0f586f5d0ce7248385e9 100644 (file)
@@ -52,6 +52,11 @@ int32_t gp_futex;
  */
 unsigned long rcu_gp_ctr = RCU_GP_ONLINE;
 
+/*
+ * Active attempts to check for reader Q.S. before calling futex().
+ */
+#define RCU_QS_ACTIVE_ATTEMPTS 100
+
 /*
  * Written to only by each individual reader. Read by both the reader and the
  * writers.
This page took 0.022266 seconds and 4 git commands to generate.