Wait-free stack: rcu-less implementation
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 18 Aug 2010 14:55:14 +0000 (10:55 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 18 Aug 2010 14:55:14 +0000 (10:55 -0400)
commitcb3f3d6bce4faeb41e4109e12fa722f73a6f6c13
tree13b0d1d192b9e31a209fbe847766b7e3ee2c802e
parent4afee0a75aa60a2640afc9ebccc417c3179b276e
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 <mathieu.desnoyers@efficios.com>
Makefile.am
tests/test_urcu_wfs.c
urcu/rcuwfstack.h [deleted file]
urcu/wfstack.h [new file with mode: 0644]
This page took 0.024914 seconds and 4 git commands to generate.