call_rcu: register work threads as rcu readers
[urcu.git] / urcu-bp.h
index 09ee9c9ddeed6161134fc2d26ad499fde7056202..451bedb8dd4700b2f69c788682695005ef71af36 100644 (file)
--- a/urcu-bp.h
+++ b/urcu-bp.h
@@ -114,6 +114,21 @@ static inline void rcu_init(void)
 {
 }
 
+/*
+ * Q.S. reporting are no-ops for these URCU flavors.
+ */
+static inline void rcu_quiescent_state(void)
+{
+}
+
+static inline void rcu_thread_offline(void)
+{
+}
+
+static inline void rcu_thread_online(void)
+{
+}
+
 #ifdef __cplusplus 
 }
 #endif
This page took 0.022465 seconds and 4 git commands to generate.