X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu-qsbr.h;h=60f6171b451c38038cbce7b29620bb42b72bef3e;hb=refs%2Fheads%2Furcu%2Frcu-checker;hp=b4a28a78a6a84490611f1a12277197f4a02092d6;hpb=d47b05cb05b91bb9679d127c51bc4beac12b899d;p=urcu.git 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);