Rename all data structure with prefix cds_
authorDavid Goulet <david.goulet@polymtl.ca>
Thu, 18 Nov 2010 20:48:01 +0000 (15:48 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 18 Nov 2010 20:48:01 +0000 (15:48 -0500)
commit16aa9ee87cf4364921c36025359be01390338d87
tree955c0a1f89f085d66a07dc5a4b29c40542138808
parent06f22bdbb0c4c4d5db42a2e2dc35818aa61415be
Rename all data structure with prefix cds_

This is the third and last patch of the namespace refactoring.

The prefix cds_ stands for Concurrent Data Structure and is
use for queue, list, hlist and stack.

For RCU protected data strucutre, the prefix is also added but
the suffix _rcu is appended. This suffix indicate and RCU protection.

Signed-off-by: David Goulet <david.goulet@polymtl.ca>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
31 files changed:
rculfqueue.c
rculfstack.c
tests/api_gcc.h
tests/api_ppc.h
tests/api_x86.h
tests/test_urcu_lfq.c
tests/test_urcu_lfs.c
tests/test_urcu_wfq.c
tests/test_urcu_wfs.c
urcu-bp-static.h
urcu-bp.c
urcu-defer-static.h
urcu-defer.c
urcu-qsbr-static.h
urcu-qsbr.c
urcu-static.h
urcu.c
urcu/hlist.h
urcu/list.h
urcu/rcuhlist.h
urcu/rculfqueue-static.h
urcu/rculfqueue.h
urcu/rculfstack-static.h
urcu/rculfstack.h
urcu/rculist.h
urcu/wfqueue-static.h
urcu/wfqueue.h
urcu/wfstack-static.h
urcu/wfstack.h
wfqueue.c
wfstack.c
This page took 0.027419 seconds and 4 git commands to generate.