Initial RB tree commit
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 8 Mar 2010 22:23:03 +0000 (17:23 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 8 Mar 2010 22:23:03 +0000 (17:23 -0500)
commit00131368fca5bcedd4346984c74980016d49e705
treed2b39bee254ab0c0c5e34bd855e2f2f45e9d3fc8
parentf6bdb00daa1ce299dd8ddfba582fa8ecaa2e4e4e
Initial RB tree commit

Supports RCU lookups and "next" "prev" ordered traversal. Completely untested.
Builds fine though.

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