Move reader barrier within if statement for outermost nesting
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 15 May 2009 02:09:24 +0000 (22:09 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 15 May 2009 02:09:24 +0000 (22:09 -0400)
commit67ef1a2cd793e5dde7db32ef5210fc002c3325cd
tree2856f961cd33f3c912c3ae24cd40673a13b3f21c
parent67c2d80b2b808fe7a6d6d0660ca81c919a81010b
Move reader barrier within if statement for outermost nesting

Innermost nesting levels do not need this barrier. Slight runtime cost when
compiling with reader barriers in place. Does not change anything when using the
signal-based scheme.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
urcu-static.h
This page took 0.024671 seconds and 4 git commands to generate.