X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=urcu-qsbr.c;h=0576f4142754e14840b839be35c71e72b200938a;hb=cee02f0ab0a6766662490f2d815d487c098c17b1;hp=87c83d7fc154443dcee6329cb75abe2a97c33f8e;hpb=76f3022fdb3eaa23decfa5a61be4b351eb1a0114;p=urcu.git 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)