Searched defs:queue_stress_tester (Results 1 – 1 of 1) sorted by relevance
21 struct queue_stress_tester struct23 static const unsigned int buckets = 1<<13;25 static const long node_count = 5000;27 static const long node_count = 500000;29 const int reader_threads;30 const int writer_threads;32 boost::lockfree::detail::atomic<int> writers_finished;34 static_hashed_set<long, buckets> data;35 static_hashed_set<long, buckets> dequeued;36 array<std::set<long>, buckets> returned;[all …]