lfstack: implement lock-free stack
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 11 Oct 2012 19:08:57 +0000 (15:08 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Oct 2012 12:26:31 +0000 (08:26 -0400)
commitd3bfcb24240b01619686641ddd92ae8222b3ad32
treea025e710bf2d485276b21939251796cb9f8ecd0f
parent69328034b804a0fc180c08f7ca6be1a4446bb105
lfstack: implement lock-free stack

This stack does not require to hold RCU read-side lock across push, and
allows multiple strategies to be used for pop.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am
lfstack.c [new file with mode: 0644]
urcu/cds.h
urcu/lfstack.h [new file with mode: 0644]
urcu/static/lfstack.h [new file with mode: 0644]
This page took 0.025244 seconds and 4 git commands to generate.