From: Mathieu Desnoyers Date: Thu, 12 Feb 2009 06:43:54 +0000 (-0500) Subject: Fix force_mb_all_threads must be called within internal local X-Git-Tag: v0.1~292 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=135530fd6a47925c76a3e828f2fc7d6751bc9ff7;hp=135530fd6a47925c76a3e828f2fc7d6751bc9ff7;p=urcu.git Fix force_mb_all_threads must be called within internal local It iterates on threads, and must therefore be called within the mutex. Signed-off-by: Mathieu Desnoyers ---