wfstack: implement mutex-free wfstack with transparent union
authorEric Wong <normalperson@yhbt.net>
Mon, 1 Sep 2014 21:25:06 +0000 (21:25 +0000)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 2 Sep 2014 12:07:43 +0000 (08:07 -0400)
commit718eb63eed91f0a06afd1a129813275ecc3e21eb
tree69b49b29e88c0f2b5c70bc059366d124f22fb753
parentf637f191d0939dccf3f5c9bab74bba70cfd45fc4
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 <normalperson@yhbt.net>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Lai Jiangshan <laijs@cn.fujitsu.com>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu/static/wfstack.h
urcu/wfstack.h
wfstack.c
This page took 0.024793 seconds and 4 git commands to generate.