RCU dereference check if within read-side critical section
[userspace-rcu.git] / urcu-bp.h
index 4718f3b38e93aac09c2e670925e7247a72d04684..8704ddbf64e8c583511daa3281c7b9f3c3dd1df9 100644 (file)
--- a/urcu-bp.h
+++ b/urcu-bp.h
@@ -88,8 +88,8 @@ extern "C" {
  * See LGPL-only urcu/static/urcu-pointer.h for documentation.
  */
 
-extern void rcu_read_lock(void);
-extern void rcu_read_unlock(void);
+extern void test_rcu_read_lock(void);
+extern void test_rcu_read_unlock(void);
 extern int rcu_read_ongoing(void);
 
 extern void *rcu_dereference_sym_bp(void *p);
This page took 0.023623 seconds and 4 git commands to generate.