Cleanup headers
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 28 Sep 2009 19:54:13 +0000 (15:54 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 28 Sep 2009 19:54:13 +0000 (15:54 -0400)
commitec4e58a3aba2084440012f8ccac3a31eb6101183
tree46343e2e7987e996e21f0e5ab40bd2750f221a56
parent2f873279bc92fac32e6549d6eb72f3197c7048ac
Cleanup headers

* atomic_ -> uatomic (to remove namespace clash with libkcompat)
* moved arch.h, compiler.h, arch_uatomic.h to
  /usr/include/urcu/

to make sure we do not pollute system headers.

Also add call_rcu() documentation to README.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
42 files changed:
Makefile.inc
README
arch_atomic_ppc.h [deleted file]
arch_atomic_s390.h [deleted file]
arch_atomic_x86.h [deleted file]
arch_ppc.h [deleted file]
arch_s390.h [deleted file]
arch_x86.h [deleted file]
compiler.h [deleted file]
tests/Makefile.inc
tests/api_gcc.h
tests/rcutorture.h
tests/test_atomic.c [deleted file]
tests/test_looplen.c
tests/test_mutex.c
tests/test_perthreadlock.c
tests/test_perthreadlock_timing.c
tests/test_qsbr.c
tests/test_qsbr_gc.c
tests/test_qsbr_timing.c
tests/test_rwlock.c
tests/test_rwlock_timing.c
tests/test_uatomic.c [new file with mode: 0644]
tests/test_urcu.c
tests/test_urcu_defer.c
tests/test_urcu_gc.c
tests/test_urcu_timing.c
tests/urcu-asm.c
tests/urcutorture.c
urcu-defer-static.h
urcu-defer.c
urcu-qsbr-static.h
urcu-qsbr.c
urcu-static.h
urcu.c
urcu/arch_ppc.h [new file with mode: 0644]
urcu/arch_s390.h [new file with mode: 0644]
urcu/arch_uatomic_ppc.h [new file with mode: 0644]
urcu/arch_uatomic_s390.h [new file with mode: 0644]
urcu/arch_uatomic_x86.h [new file with mode: 0644]
urcu/arch_x86.h [new file with mode: 0644]
urcu/compiler.h [new file with mode: 0644]
This page took 0.0271 seconds and 4 git commands to generate.