X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=README;h=966006613215c8d1ee1415dcca6de46860edb84c;hp=7753c8f957dfbf6acd9244b2fa2d9759879bc3f3;hb=4c1471decfbd2c3a82c71a967728f3ba096b52c8;hpb=0a1d290b4432036a7c1bf4a1b251ec9086036a87 diff --git a/README b/README index 7753c8f..9660066 100644 --- a/README +++ b/README @@ -52,7 +52,9 @@ Initialization Each thread that has reader critical sections (that uses rcu_read_lock()/rcu_read_unlock() must first register to the URCU - library. This is done by calling rcu_register_thread(). + library. This is done by calling rcu_register_thread(). Unregistration + must be performed before exiting the thread by using + rcu_unregister_thread(). Reading