RCU dereference check if within read-side critical section
[userspace-rcu.git] / urcu-qsbr.h
index b4a28a78a6a84490611f1a12277197f4a02092d6..60f6171b451c38038cbce7b29620bb42b72bef3e 100644 (file)
@@ -108,6 +108,9 @@ extern void rcu_read_unlock(void);
 
 #endif /* !RCU_DEBUG */
 
+#define test_rcu_read_lock             rcu_read_lock_qsbr
+#define test_rcu_read_unlock           rcu_read_unlock_qsbr
+
 extern int rcu_read_ongoing(void);
 extern void rcu_quiescent_state(void);
 extern void rcu_thread_offline(void);
This page took 0.021917 seconds and 4 git commands to generate.