wfstack API: rename cds_wfs_first_blocking to cds_wfs_first
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Dec 2012 14:01:21 +0000 (09:01 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Dec 2012 14:01:21 +0000 (09:01 -0500)
commitc7ba06ba1bd70d77a6530503cf216d3a9878d672
tree642031221ac44c08ff6e1924384f0d404a44c1c8
parentd05e9936ac167ead3a0ff5ca8ad0ade762bcda18
wfstack API: rename cds_wfs_first_blocking to cds_wfs_first

cds_wfs_first never needs to block. This operation can be used to check
if the stack returned by pop_all is empty or not, so it is quite
interesting to have a fully non-blocking semantic for all of
enqueue/pop_all/first operations. Only cds_wfs_next may block.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/test_urcu_wfs.c
urcu/static/wfstack.h
urcu/wfstack.h
wfstack.c
This page took 0.025078 seconds and 4 git commands to generate.