From: Eric Wong Date: Mon, 1 Sep 2014 21:25:06 +0000 (+0000) Subject: wfstack: implement mutex-free wfstack with transparent union X-Git-Tag: v0.9.0~80 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=718eb63eed91f0a06afd1a129813275ecc3e21eb;hp=718eb63eed91f0a06afd1a129813275ecc3e21eb;p=urcu.git wfstack: implement mutex-free wfstack with transparent union This allows users more freedom to use alternative synchronization mechanisms. Changes since v1: - Fix typos in cds_wfs_stack_ptr_t documentation. Thanks to Mathieu for spotting. Signed-off-by: Eric Wong Cc: Paul E. McKenney Cc: Lai Jiangshan Cc: Mathieu Desnoyers Signed-off-by: Mathieu Desnoyers ---