urcu: move busy-wait code and name it ___cds_wfq_node_sync_next()
authorLai Jiangshan <laijs@cn.fujitsu.com>
Thu, 9 Aug 2012 14:24:38 +0000 (10:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 Aug 2012 14:24:38 +0000 (10:24 -0400)
commitb9103f30e18bf81ffbebb6a23215f19f621cd76b
treec06063e8470efb0a9bf07f06e5f832b97d60d741
parent5b80127fe2aa3defd8a82acec727be2fc885087a
urcu: move busy-wait code and name it ___cds_wfq_node_sync_next()

This code which waits for a node's next pointer until it appears, will
be used many times, move it to a help function and name it
___cds_wfq_node_sync_next().

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu/static/wfqueue.h
This page took 0.024457 seconds and 4 git commands to generate.