From: Mathieu Desnoyers Date: Fri, 23 Oct 2009 12:05:19 +0000 (-0400) Subject: update readme for rcu_defer() X-Git-Tag: v0.3.0~6 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=632dd6bae1cb2b590185c2bdad12e9531409aa53 update readme for rcu_defer() Signed-off-by: Mathieu Desnoyers --- diff --git a/README b/README index 7cc8871..ecdda63 100644 --- a/README +++ b/README @@ -100,9 +100,9 @@ Usage of liburcu-defer * #include * Link with "-lurcu-defer" - * Provides call_rcu() primitive to enqueue delayed callbacks. Queued + * Provides defer_rcu() primitive to enqueue delayed callbacks. Queued callbacks are executed in batch periodically after a grace period. - Do _not_ use call_rcu() within a read-side critical section, because + Do _not_ use defer_rcu() within a read-side critical section, because it may call synchronize_rcu() if the thread queue is full. Being careful with signals