From: Mathieu Desnoyers Date: Wed, 18 Aug 2010 14:55:14 +0000 (-0400) Subject: Wait-free stack: rcu-less implementation X-Git-Tag: v0.4.7~10 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=cb3f3d6bce4faeb41e4109e12fa722f73a6f6c13;hp=cb3f3d6bce4faeb41e4109e12fa722f73a6f6c13;p=urcu.git Wait-free stack: rcu-less implementation Don't have to hold a rcu read lock anymore. pop side is blocking and holds a mutex. Signed-off-by: Mathieu Desnoyers ---