X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=README;h=ecdda633e20fe3f6fa772a90644b99b2f302ea3b;hb=632dd6bae1cb2b590185c2bdad12e9531409aa53;hp=7cc8871398b4c0a8b255bf8ddabfcbb7a40ed846;hpb=c0a68bfa57908ee51e391f1a5676915b503bfb07;p=urcu.git 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