X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-qsbr.c;h=0576f4142754e14840b839be35c71e72b200938a;hp=87c83d7fc154443dcee6329cb75abe2a97c33f8e;hb=fb6e510b9ae45b9b984b4646b4be6b9d7a2bbf7c;hpb=76f3022fdb3eaa23decfa5a61be4b351eb1a0114 diff --git a/urcu-qsbr.c b/urcu-qsbr.c index 87c83d7..0576f41 100644 --- a/urcu-qsbr.c +++ b/urcu-qsbr.c @@ -254,6 +254,7 @@ void rcu_register_thread(void) internal_urcu_lock(); rcu_add_reader(pthread_self()); internal_urcu_unlock(); + _rcu_thread_online(); } void rcu_unregister_thread(void)