From: Mathieu Desnoyers Date: Wed, 26 Dec 2012 17:18:06 +0000 (-0500) Subject: Discourage use of pthread_atfork() for call_rcu handlers X-Git-Tag: v0.6.9~4 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=073b42da0335223bc1b83105e4b169181f792097;hp=073b42da0335223bc1b83105e4b169181f792097;p=urcu.git Discourage use of pthread_atfork() for call_rcu handlers Discourage use of glibc pthread_atfork() for call_rcu handlers due to its inappropriate assumptions about single-threadedness while pthread atfork handlers are executing. This results in hangs within the glibc memory allocator. Reviewed-by: Paul E. McKenney Signed-off-by: Mathieu Desnoyers ---