From: Paul E. McKenney Date: Fri, 3 Jun 2011 16:42:00 +0000 (-0400) Subject: Provide pthread_atfork-friendly interfaces X-Git-Tag: v0.6.0~45 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;ds=sidebyside;h=81ad2e193e8072f8246212d7eaba72769306c2e4;hp=81ad2e193e8072f8246212d7eaba72769306c2e4;p=urcu.git Provide pthread_atfork-friendly interfaces Provides call_rcu_before_fork() and call_rcu_after_fork_parent() to go with the existing call_rcu_after_fork_child(). Signed-off-by: Paul E. McKenney Signed-off-by: Mathieu Desnoyers ---