From: Mathieu Desnoyers Date: Tue, 15 Sep 2009 23:40:56 +0000 (-0400) Subject: update README X-Git-Tag: v0.1~87 X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=4c1471decfbd2c3a82c71a967728f3ba096b52c8 update README Signed-off-by: Mathieu Desnoyers --- 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