X-Git-Url: http://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=urcu-bp.h;fp=urcu-bp.h;h=8704ddbf64e8c583511daa3281c7b9f3c3dd1df9;hp=4718f3b38e93aac09c2e670925e7247a72d04684;hb=791151d0b8f0314496cf18c822c071b1dd5791ea;hpb=e4749953c309cb418cd583cdd80b6dd0b2c4161f diff --git a/urcu-bp.h b/urcu-bp.h index 4718f3b..8704ddb 100644 --- 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);