Home
last modified time | relevance | path

Searched refs:writer_threads (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/lockfree/test/
Dtest_common.hpp30 const int writer_threads; member
41 reader_threads(reader), writer_threads(writer), push_count(0), pop_count(0) in queue_stress_tester()
97 if ( writers_finished.load() == writer_threads ) in get_items()
122 for (int i = 0; i != writer_threads; ++i) in run()
139 BOOST_REQUIRE_EQUAL(push_count, writer_threads * node_count); in run()