wfstack test: test if number of push to empty vs pop_all match
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Dec 2012 13:57:44 +0000 (08:57 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Dec 2012 13:57:44 +0000 (08:57 -0500)
commitd05e9936ac167ead3a0ff5ca8ad0ade762bcda18
treebeb6fead94a9ba85325e534580519b3fd7a047a4
parent8af2956c86ba7556b0f7de3ad999a6b29ffbab9a
wfstack test: test if number of push to empty vs pop_all match

Do same as wfcqueue: we can test if number of push to empty stack match
the number of pop_all that return non-empty stack.

Can be tested with:
./test_urcu_wfs 5 5 10 -w

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