From: Lai Jiangshan Date: Thu, 9 Aug 2012 14:24:38 +0000 (-0400) Subject: urcu: move busy-wait code and name it ___cds_wfq_node_sync_next() X-Git-Tag: v0.7.4~4 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=b9103f30e18bf81ffbebb6a23215f19f621cd76b;hp=b9103f30e18bf81ffbebb6a23215f19f621cd76b;p=userspace-rcu.git 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 Signed-off-by: Mathieu Desnoyers ---