From: Mathieu Desnoyers Date: Wed, 5 Dec 2012 13:57:44 +0000 (-0500) Subject: wfstack test: test if number of push to empty vs pop_all match X-Git-Tag: v0.8.0~132 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=d05e9936ac167ead3a0ff5ca8ad0ade762bcda18;hp=d05e9936ac167ead3a0ff5ca8ad0ade762bcda18;p=urcu.git 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 ---