urcu-bp: New "bulletproof" RCU library flavor
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 1 Oct 2009 20:31:23 +0000 (16:31 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 1 Oct 2009 20:31:23 +0000 (16:31 -0400)
commitfdee2e6dc73cc504ba24be89da539c68742e508e
treefce5c1ce723be02cae743e4cf4c4683c66020e85
parentf83e795f70708d3692542ac61a0cbb7a2b38fae7
urcu-bp: New "bulletproof" RCU library flavor

Slower read-side/write-side, but do not require neither of:
urcu_init()
rcu_register_thread()
rcu_unregister_thread()

It is signal safe.

Specialized for the UST LTTng tracer port.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Makefile.inc
README
tests/Makefile.inc
tests/test_urcu_bp.c [new file with mode: 0644]
urcu-bp-static.h [new file with mode: 0644]
urcu-bp.c [new file with mode: 0644]
urcu-bp.h [new file with mode: 0644]
urcu/compiler.h
This page took 0.024774 seconds and 4 git commands to generate.