lfstack: implement empty, pop_all and iterators, document API
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 12 Oct 2012 13:30:15 +0000 (09:30 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Oct 2012 12:26:31 +0000 (08:26 -0400)
commit7294103b4caaa3487a362ae9925faa7f6821e0b3
tree5122bd1dbb0edcbeab56321324c909053cf039f8
parentcb8818f01ed341f21d9b6467365a66fda3fc6856
lfstack: implement empty, pop_all and iterators, document API

We are changing the ABI by adding a mutex into struct cds_lfs_stack.
This ABI has never been exposed in a release so far, so we can change
it.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lfstack.c
tests/test_urcu_lfs.c
urcu/lfstack.h
urcu/static/lfstack.h
This page took 0.024731 seconds and 4 git commands to generate.