X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=blobdiff_plain;f=urcu-qsbr.h;fp=urcu-qsbr.h;h=60f6171b451c38038cbce7b29620bb42b72bef3e;hp=b4a28a78a6a84490611f1a12277197f4a02092d6;hb=791151d0b8f0314496cf18c822c071b1dd5791ea;hpb=e4749953c309cb418cd583cdd80b6dd0b2c4161f diff --git a/urcu-qsbr.h b/urcu-qsbr.h index b4a28a7..60f6171 100644 --- a/urcu-qsbr.h +++ b/urcu-qsbr.h @@ -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);