Add lock-free RCU queue and stack
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 12 Jul 2010 16:16:30 +0000 (12:16 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 12 Jul 2010 16:16:30 +0000 (12:16 -0400)
commit453629a9317adef5b96c3d55e4dcd98db680997a
tree9ccec47d78fd37a51325e1623c09b663029f1c88
parente90ad78457151a8faec9d77934b292f458082386
Add lock-free RCU queue and stack

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/Makefile.am
tests/api_gcc.h
tests/api_ppc.h
tests/api_x86.h
tests/test_urcu_lfq.c [new file with mode: 0644]
tests/test_urcu_lfs.c [new file with mode: 0644]
urcu/compiler.h
urcu/rculfqueue.h [new file with mode: 0644]
urcu/rculfstack.h [new file with mode: 0644]
urcu/urcu_ref.h [new file with mode: 0644]
This page took 0.02562 seconds and 4 git commands to generate.